File tree Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
142
142
143
143
| Date | Version | Description |
144
144
| ----------- | ------- | ----------- |
145
+ | 2020-05-13 | v2.0.1 | Revert bower.json deletion but not use it in CI build |
145
146
| 2020-05-11 | v2.0.0 | Migrate to github actions, upgrade minimal node version and remove bower |
146
147
| 2019-02-08 | v1.0.32 | Maintenance |
147
148
| 2018-06-25 | v1.0.28 | Expose webNotification.requestPermission #5 |
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " simple-web-notification" ,
3
+ "version" : " 2.0.1" ,
4
+ "description" : " Web Notifications made easy." ,
5
+ "authors" : [
6
+ " Sagie Gur-Ari <sagiegurari@gmail.com>"
7
+ ],
8
+ "license" : " Apache-2.0" ,
9
+ "homepage" : " http://github.com/sagiegurari/simple-web-notification" ,
10
+ "keywords" : [
11
+ " notifications" ,
12
+ " web notifications"
13
+ ],
14
+ "main" : " web-notification.js" ,
15
+ "ignore" : [
16
+ " node_modules" ,
17
+ " bower_components" ,
18
+ " .github" ,
19
+ " project" ,
20
+ " test" ,
21
+ " tests" ,
22
+ " example" ,
23
+ " target" ,
24
+ " .travis.yml" ,
25
+ " .atom.*.yml" ,
26
+ " Gruntfile.js"
27
+ ],
28
+ "dependencies" : {},
29
+ "devDependencies" : {}
30
+ }
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.0.32 | Maintenance |
5
6
| 2018-06-25 | v1.0.28 | Expose webNotification.requestPermission #5 |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simple-web-notification" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Web Notifications made easy." ,
5
5
"author" : {
6
6
"name" : " Sagie Gur-Ari" ,
You can’t perform that action at this time.
0 commit comments