Skip to content

Commit b1bfbc4

Browse files
committed
bithound config
1 parent 1fe6597 commit b1bfbc4

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
@@ -34,6 +34,7 @@
3434
"grunt-force-task",
3535
"grunt-gitdown",
3636
"grunt-github-releaser",
37+
"grunt-htmlhint",
3738
"grunt-htmllint",
3839
"grunt-jsbeautifier",
3940
"grunt-jscs",

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-16 | v1.0.23 | Maintenance |
111+
| 2016-12-20 | v1.0.24 | 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.23",
3+
"version": "1.0.24",
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-16 | v1.0.23 | Maintenance |
3+
| 2016-12-20 | v1.0.24 | 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.23",
3+
"version": "1.0.24",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)