Skip to content

Commit ca5b16a

Browse files
committed
reduce dev dependencies
1 parent 5b4db67 commit ca5b16a

File tree

4 files changed

+4
-17
lines changed

4 files changed

+4
-17
lines changed

README.md

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

109109
| Date | Version | Description |
110110
| ----------- | ------- | ----------- |
111+
| 2016-11-19 | v1.0.17 | Maintenance |
111112
| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |
112113
| 2016-10-16 | v1.0.15 | Maintenance |
113114
| 2016-09-10 | v1.0.6 | Default to website favicon.ico if icon not provided in options |

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.16",
3+
"version": "1.0.17",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3+
| 2016-11-19 | v1.0.17 | Maintenance |
34
| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |
45
| 2016-10-16 | v1.0.15 | Maintenance |
56
| 2016-09-10 | v1.0.6 | Default to website favicon.ico if icon not provided in options |

package.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",
@@ -40,22 +40,7 @@
4040
"chai": "latest",
4141
"grunt": "latest",
4242
"grunt-cli": "latest",
43-
"grunt-concurrent": "latest",
44-
"grunt-contrib-clean": "latest",
45-
"grunt-contrib-csslint": "latest",
46-
"grunt-contrib-jshint": "latest",
47-
"grunt-coveralls": "latest",
48-
"grunt-eslint": "latest",
49-
"grunt-force-task": "latest",
50-
"grunt-gitdown": "latest",
51-
"grunt-htmllint": "latest",
52-
"grunt-jsbeautifier": "latest",
53-
"grunt-jscs": "latest",
54-
"grunt-jsdoc-to-markdown": "latest",
55-
"grunt-jslint": "latest",
56-
"grunt-jsonlint": "latest",
5743
"grunt-karma": "latest",
58-
"grunt-markdownlint": "latest",
5944
"husky": "latest",
6045
"js-project-commons": "latest",
6146
"karma": "latest",

0 commit comments

Comments
 (0)