File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ See [contributing guide](docs/CONTRIBUTING.md)
101101
102102| Date | Version | Description |
103103| ----------- | ------- | ----------- |
104- | 2016-02-17 | v0.0.62 | Maintenance |
104+ | 2016-02-21 | v0.0.63 | Maintenance |
105105| 2015-09-26 | v0.0.31 | Update bower dependencies |
106106| 2015-09-26 | v0.0.30 | Added 'onClick' option to enable adding onclick event handler for the notification |
107107| 2015-09-02 | v0.0.29 | Maintenance |
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-web-notification" ,
3- "version" : " 0.0.62 " ,
3+ "version" : " 0.0.63 " ,
44 "description" : " AngularJS service for displaying web notifications." ,
55 "authors" : [
66 " Sagie Gur-Ari <sagiegurari@gmail.com>"
2323 ],
2424 "dependencies" : {
2525 "HTML5-Desktop-Notifications2" : " 1.0.1" ,
26- "angular" : " 1.4.7 "
26+ "angular" : " ~1 "
2727 },
2828 "devDependencies" : {
29- "jquery" : " ~2" ,
30- "angular-mocks" : " 1.4.7"
31- },
32- "resolutions" : {
33- "angular" : " 1.4.7"
29+ "jquery" : " latest" ,
30+ "angular-mocks" : " ~1"
3431 }
3532}
You can’t perform that action at this time.
0 commit comments