File tree 5 files changed +8
-4
lines changed
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 31
31
"grunt-eslint",
32
32
"grunt-force-task",
33
33
"grunt-gitdown",
34
+ "grunt-github-releaser",
34
35
"grunt-htmllint",
35
36
"grunt-jsbeautifier",
36
37
"grunt-jscs",
39
40
"grunt-jsonlint",
40
41
"grunt-karma",
41
42
"grunt-mocha-istanbul",
43
+ "grunt-release",
42
44
"grunt-shell",
43
45
"grunt-version-check",
44
46
"husky",
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
108
108
109
109
| Date | Version | Description |
110
110
| ----------- | ------- | ----------- |
111
- | 2016-11-25 | v1.0.20 | Maintenance |
111
+ | 2016-11-26 | v1.0.21 | Maintenance |
112
112
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
113
113
| 2016-11-19 | v1.0.18 | Maintenance |
114
114
| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-web-notification" ,
3
- "version" : " 1.0.20 " ,
3
+ "version" : " 1.0.21 " ,
4
4
"description" : " AngularJS service for displaying web notifications." ,
5
5
"authors" : [
6
6
" Sagie Gur-Ari <[email protected] >"
Original file line number Diff line number Diff line change 1
1
| Date | Version | Description |
2
2
| ----------- | ------- | ----------- |
3
- | 2016-11-25 | v1.0.20 | Maintenance |
3
+ | 2016-11-26 | v1.0.21 | Maintenance |
4
4
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
5
5
| 2016-11-19 | v1.0.18 | Maintenance |
6
6
| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-web-notification" ,
3
- "version" : " 1.0.20 " ,
3
+ "version" : " 1.0.21 " ,
4
4
"description" : " AngularJS service for displaying web notifications." ,
5
5
"author" : {
6
6
"name" : " Sagie Gur-Ari" ,
33
33
"format" : " grunt format" ,
34
34
"build" : " grunt build" ,
35
35
"jstest" : " grunt jstest" ,
36
+ "debug" : " mocha --debug-brk=5858 --no-timeouts --ui bdd --reporter spec --recursive ./test/spec" ,
36
37
"prepush" : " npm run build" ,
38
+ "postpublish" : " grunt post-publish" ,
37
39
"grunt" : " grunt"
38
40
},
39
41
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments