Skip to content

Commit adeaff4

Browse files
committed
bithound config updates
1 parent 6c9b6ea commit adeaff4

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.bithoundrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"grunt-coveralls",
3333
"grunt-eslint",
3434
"grunt-force-task",
35+
"grunt-filenames",
3536
"grunt-gitdown",
3637
"grunt-github-releaser",
3738
"grunt-htmlhint",
@@ -44,6 +45,7 @@
4445
"grunt-karma",
4546
"grunt-mocha-istanbul",
4647
"grunt-release",
48+
"grunt-remark",
4749
"grunt-retire",
4850
"grunt-shell",
4951
"grunt-stylelint",
@@ -62,6 +64,7 @@
6264
"mocha",
6365
"phantomjs-prebuilt",
6466
"promiscuous",
67+
"remark",
6568
"remark-lint",
6669
"rimraf",
6770
"sinon",

README.md

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

109109
| Date | Version | Description |
110110
| ----------- | ------- | ----------- |
111-
| 2016-12-31 | v1.0.25 | Maintenance |
111+
| 2017-01-13 | v1.0.26 | Maintenance |
112112
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
113113
| 2016-11-19 | v1.0.18 | Maintenance |
114114
| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |

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.0.25",
3+
"version": "1.0.26",
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-
| 2016-12-31 | v1.0.25 | Maintenance |
3+
| 2017-01-13 | v1.0.26 | Maintenance |
44
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
55
| 2016-11-19 | v1.0.18 | Maintenance |
66
| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |

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

0 commit comments

Comments
 (0)