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)
142142
143143|  Date        |  Version |  Description | 
144144|  ----------- |  ------- |  ----------- | 
145+ |  2020-05-13  |  v2.0.1  |  Revert bower.json deletion but not use it in CI build | 
145146|  2020-05-11  |  v2.0.0  |  Migrate to github actions, upgrade minimal node version and remove bower | 
146147|  2019-02-08  |  v1.0.32 |  Maintenance | 
147148|  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 <[email protected] >"  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 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.0.32 |  Maintenance | 
56|  2018-06-25  |  v1.0.28 |  Expose webNotification.requestPermission #5   | 
Original file line number Diff line number Diff line change 11{
22  "name" : " simple-web-notification"  ,
3-   "version" : " 2.0.0 "  ,
3+   "version" : " 2.0.1 "  ,
44  "description" : " Web Notifications made easy."  ,
55  "author" : {
66    "name" : " Sagie Gur-Ari"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments