File tree 4 files changed +40
-1
lines changed
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)
153
153
154
154
| Date | Version | Description |
155
155
| ----------- | ------- | ----------- |
156
+ | 2020-05-13 | v2.0.1 | Revert bower.json deletion but not use it in CI build |
156
157
| 2020-05-11 | v2.0.0 | Migrate to github actions, upgrade minimal node version and remove bower |
157
158
| 2019-02-08 | v1.2.31 | Maintenance |
158
159
| 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 1
1
| Date | Version | Description |
2
2
| ----------- | ------- | ----------- |
3
+ | 2020-05-13 | v2.0.1 | Revert bower.json deletion but not use it in CI build |
3
4
| 2020-05-11 | v2.0.0 | Migrate to github actions, upgrade minimal node version and remove bower |
4
5
| 2019-02-08 | v1.2.31 | Maintenance |
5
6
| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-web-notification" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " AngularJS service for displaying web notifications." ,
5
5
"author" : {
6
6
"name" : " Sagie Gur-Ari" ,
You can’t perform that action at this time.
0 commit comments