File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
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-14 | v0.0.61 | Maintenance |
104+ | 2016-02-17 | v0.0.62 | 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.61 " ,
3+ "version" : " 0.0.62 " ,
44 "description" : " AngularJS service for displaying web notifications." ,
55 "authors" : [
66 " Sagie Gur-Ari <sagiegurari@gmail.com>"
Original file line number Diff line number Diff line change 3636 "synclibs" : " npm install && npm update"
3737 },
3838 "devDependencies" : {
39+ "chai" : " latest" ,
3940 "grunt" : " latest" ,
4041 "grunt-cli" : " latest" ,
4142 "grunt-contrib-clean" : " latest" ,
5758 "karma-sinon-chai" : " latest" ,
5859 "load-grunt-configs" : " latest" ,
5960 "load-grunt-tasks" : " latest" ,
61+ "lolex" : " latest" ,
6062 "mocha" : " latest" ,
6163 "phantomjs-prebuilt" : " latest" ,
64+ "sinon" : " latest" ,
65+ "sinon-chai" : " latest" ,
6266 "time-grunt" : " latest"
6367 }
6468}
You can’t perform that action at this time.
0 commit comments