Skip to content

Commit e6dcb92

Browse files
committed
update bithound config
1 parent 3eb383c commit e6dcb92

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.bithoundrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"rimraf",
7070
"sinon",
7171
"sinon-chai",
72+
"stylelint-config-standard",
7273
"time-grunt"
7374
]
7475
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
112112

113113
| Date | Version | Description |
114114
| ----------- | ------- | ----------- |
115-
| 2017-03-26 | v1.2.11 | Maintenance |
115+
| 2017-04-11 | v1.2.12 | Maintenance |
116116
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
117117
| 2017-01-13 | v1.0.26 | Maintenance |
118118
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3-
| 2017-03-26 | v1.2.11 | Maintenance |
3+
| 2017-04-11 | v1.2.12 | Maintenance |
44
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
55
| 2017-01-13 | v1.0.26 | Maintenance |
66
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |

docs/example/example.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
.notification-form {
3-
padding: 10px;
4-
width: 60%;
3+
padding: 10px;
4+
width: 60%;
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)