Skip to content

Commit 6a3afb7

Browse files
committed
update bithound config
1 parent 5fb2dd1 commit 6a3afb7

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.bithoundrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"grunt-contrib-csslint",
3131
"grunt-contrib-jshint",
3232
"grunt-coveralls",
33+
"grunt-env",
3334
"grunt-eslint",
3435
"grunt-force-task",
3536
"grunt-filenames",

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-04-30 | v1.2.21 | Maintenance |
115+
| 2017-05-01 | v1.2.22 | 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.21",
3+
"version": "1.2.22",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <sagiegurari@gmail.com>"

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-04-30 | v1.2.21 | Maintenance |
3+
| 2017-05-01 | v1.2.22 | 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 |

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.21",
3+
"version": "1.2.22",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)