File tree Expand file tree Collapse file tree 6 files changed +13
-11
lines changed
Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "ignore": [
3+ "test/**/*.js",
4+ "build/**/*.js"
5+ ]
6+ }
Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ engines:
33 enabled : true
44 fixme :
55 enabled : true
6- duplication :
7- enabled : true
8- config :
9- languages :
10- javascript :
11- mass_threshold : 200
126ratings :
137 paths :
148 - angular-web-notification.js
Original file line number Diff line number Diff line change 11.idea
2- bower_components
2+ target
3+ .temp
34node_modules
45npm-debug.log
5- target
6+ bower_components
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ See full docs at: [API Docs](docs/api.md)
9797
9898| Date | Version | Description |
9999| ----------- | ------- | ----------- |
100- | 2015-12-13 | v0.0.50 | Maintenance |
100+ | 2015-12-13 | v0.0.51 | Maintenance |
101101| 2015-09-26 | v0.0.31 | Update bower dependencies |
102102| 2015-09-26 | v0.0.30 | Added 'onClick' option to enable adding onclick event handler for the notification |
103103| 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.50 " ,
3+ "version" : " 0.0.51 " ,
44 "description" : " AngularJS service for displaying web notifications." ,
55 "authors" : [
66 " Sagie Gur-Ari <[email protected] >"
Original file line number Diff line number Diff line change 3232 "lint" : " grunt lint" ,
3333 "docs" : " grunt docs" ,
3434 "build" : " grunt build" ,
35- "prepush" : " npm run build"
35+ "prepush" : " npm run build" ,
36+ "synclibs" : " npm install && npm update"
3637 },
3738 "devDependencies" : {
3839 "grunt" : " latest" ,
You can’t perform that action at this time.
0 commit comments