From e6dcb92fcd65efa14cb7b3992c3c3d999e2b7772 Mon Sep 17 00:00:00 2001 From: sagie gur ari Date: Tue, 11 Apr 2017 09:09:47 +0000 Subject: [PATCH] update bithound config --- .bithoundrc | 1 + README.md | 2 +- bower.json | 2 +- docs/CHANGELOG.md | 2 +- docs/example/example.css | 4 ++-- package.json | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.bithoundrc b/.bithoundrc index 67ee168..b5004f9 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -69,6 +69,7 @@ "rimraf", "sinon", "sinon-chai", + "stylelint-config-standard", "time-grunt" ] } diff --git a/README.md b/README.md index 2c150b2..7fae6f7 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ See [contributing guide](.github/CONTRIBUTING.md) | Date | Version | Description | | ----------- | ------- | ----------- | -| 2017-03-26 | v1.2.11 | Maintenance | +| 2017-04-11 | v1.2.12 | Maintenance | | 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification | | 2017-01-13 | v1.0.26 | Maintenance | | 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues | diff --git a/bower.json b/bower.json index 71d796e..7d7dee6 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-web-notification", - "version": "1.2.11", + "version": "1.2.12", "description": "AngularJS service for displaying web notifications.", "authors": [ "Sagie Gur-Ari " diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4cd326a..58fae62 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ | Date | Version | Description | | ----------- | ------- | ----------- | -| 2017-03-26 | v1.2.11 | Maintenance | +| 2017-04-11 | v1.2.12 | Maintenance | | 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification | | 2017-01-13 | v1.0.26 | Maintenance | | 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues | diff --git a/docs/example/example.css b/docs/example/example.css index 6aaf03a..4d98b58 100644 --- a/docs/example/example.css +++ b/docs/example/example.css @@ -1,5 +1,5 @@ .notification-form { - padding: 10px; - width: 60%; + padding: 10px; + width: 60%; } diff --git a/package.json b/package.json index 4443cd0..178e0a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-web-notification", - "version": "1.2.11", + "version": "1.2.12", "description": "AngularJS service for displaying web notifications.", "author": { "name": "Sagie Gur-Ari",