File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,21 @@ ratings:
88 - angular-web-notification.js
99exclude_paths :
1010 - test/**/*
11+ - test/*
1112 - example/**/*
13+ - example/*
1214 - docs/**/*
15+ - docs/*
1316 - Gruntfile.js
14- - **/*.json
15- - **/*.md
16- - **/*.yml
17+ - karma.conf.js
1718 - .editorconfig
18- - .jslintrc
19+ - .codeclimate.yml
1920 - LICENSE
21+ - *.json
22+ - **.json
23+ - *.md
24+ - **.md
25+ - *.yml
26+ - **.yml
27+ - *.*rc
28+ - **.*rc
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-11-29 | v0.0.44 | Maintenance |
100+ | 2015-11-29 | v0.0.45 | 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.44 " ,
3+ "version" : " 0.0.45 " ,
44 "description" : " AngularJS service for displaying web notifications." ,
55 "authors" : [
66 " Sagie Gur-Ari <sagiegurari@gmail.com>"
You can’t perform that action at this time.
0 commit comments