File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3131 "grunt-eslint",
3232 "grunt-force-task",
3333 "grunt-gitdown",
34+ "grunt-github-releaser",
3435 "grunt-htmllint",
3536 "grunt-jsbeautifier",
3637 "grunt-jscs",
3940 "grunt-jsonlint",
4041 "grunt-karma",
4142 "grunt-mocha-istanbul",
43+ "grunt-release",
4244 "grunt-shell",
4345 "grunt-version-check",
4446 "husky",
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
108108
109109| Date | Version | Description |
110110| ----------- | ------- | ----------- |
111- | 2016-11-25 | v1.0.20 | Maintenance |
111+ | 2016-11-26 | v1.0.21 | 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 |
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-web-notification" ,
3- "version" : " 1.0.20 " ,
3+ "version" : " 1.0.21 " ,
44 "description" : " AngularJS service for displaying web notifications." ,
55 "authors" : [
66 " Sagie Gur-Ari <[email protected] >"
Original file line number Diff line number Diff line change 11| Date | Version | Description |
22| ----------- | ------- | ----------- |
3- | 2016-11-25 | v1.0.20 | Maintenance |
3+ | 2016-11-26 | v1.0.21 | 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 |
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-web-notification" ,
3- "version" : " 1.0.20 " ,
3+ "version" : " 1.0.21 " ,
44 "description" : " AngularJS service for displaying web notifications." ,
55 "author" : {
66 "name" : " Sagie Gur-Ari" ,
3333 "format" : " grunt format" ,
3434 "build" : " grunt build" ,
3535 "jstest" : " grunt jstest" ,
36+ "debug" : " mocha --debug-brk=5858 --no-timeouts --ui bdd --reporter spec --recursive ./test/spec" ,
3637 "prepush" : " npm run build" ,
38+ "postpublish" : " grunt post-publish" ,
3739 "grunt" : " grunt"
3840 },
3941 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments