Skip to content

Commit ce0ff5a

Browse files
committed
update bithound config
1 parent 4e92fd9 commit ce0ff5a

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
@@ -93,7 +93,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
9393

9494
| Date | Version | Description |
9595
| ----------- | ------- | ----------- |
96-
| 2017-03-09 | v1.0.8 | Maintenance |
96+
| 2017-04-11 | v1.0.9 | Maintenance |
9797
| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
9898
| 2017-01-22 | v1.0.2 | Maintenance |
9999
| 2017-01-22 | v1.0.0 | Official release |

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-web-notification",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Web Notifications made easy.",
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-09 | v1.0.8 | Maintenance |
3+
| 2017-04-11 | v1.0.9 | Maintenance |
44
| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
55
| 2017-01-22 | v1.0.2 | Maintenance |
66
| 2017-01-22 | v1.0.0 | Official release |

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": "simple-web-notification",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Web Notifications made easy.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)