File tree Expand file tree Collapse file tree 4 files changed +40
-1
lines changed Expand file tree Collapse file tree 4 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
153153
154154| Date | Version | Description |
155155| ----------- | ------- | ----------- |
156+ | 2020-05-13 | v2.0.1 | Revert bower.json deletion but not use it in CI build |
156157| 2020-05-11 | v2.0.0 | Migrate to github actions, upgrade minimal node version and remove bower |
157158| 2019-02-08 | v1.2.31 | Maintenance |
158159| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " angular-web-notification" ,
3+ "version" : " 2.0.1" ,
4+ "description" : " AngularJS service for displaying web notifications." ,
5+ "authors" : [
6+ " Sagie Gur-Ari <[email protected] >" 7+ ],
8+ "license" : " Apache-2.0" ,
9+ "homepage" : " http://github.com/sagiegurari/angular-web-notification" ,
10+ "keywords" : [
11+ " AngularJS" ,
12+ " notifications" ,
13+ " web notifications"
14+ ],
15+ "main" : " angular-web-notification.js" ,
16+ "ignore" : [
17+ " node_modules" ,
18+ " bower_components" ,
19+ " .github" ,
20+ " project" ,
21+ " test" ,
22+ " tests" ,
23+ " example" ,
24+ " target" ,
25+ " .travis.yml" ,
26+ " .atom.*.yml" ,
27+ " Gruntfile.js"
28+ ],
29+ "dependencies" : {
30+ "simple-web-notification" : " latest" ,
31+ "angular" : " ~1"
32+ },
33+ "devDependencies" : {
34+ "jquery" : " latest" ,
35+ "angular-mocks" : " ~1"
36+ }
37+ }
Original file line number Diff line number Diff line change 11| Date | Version | Description |
22| ----------- | ------- | ----------- |
3+ | 2020-05-13 | v2.0.1 | Revert bower.json deletion but not use it in CI build |
34| 2020-05-11 | v2.0.0 | Migrate to github actions, upgrade minimal node version and remove bower |
45| 2019-02-08 | v1.2.31 | Maintenance |
56| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-web-notification" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " AngularJS service for displaying web notifications." ,
55 "author" : {
66 "name" : " Sagie Gur-Ari" ,
You can’t perform that action at this time.
0 commit comments