Skip to content

Commit d4a1b9b

Browse files
committed
codeclimate
1 parent 1871e31 commit d4a1b9b

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.codeclimate.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,21 @@ ratings:
88
- angular-web-notification.js
99
exclude_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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>"

0 commit comments

Comments
 (0)