Skip to content

Commit c18b947

Browse files
committed
codeclimate config
1 parent 42cbe31 commit c18b947

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.codeclimate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ engines:
33
enabled: true
44
fixme:
55
enabled: true
6+
duplication:
7+
enabled: true
8+
config:
9+
languages:
10+
javascript:
11+
mass_threshold: 100
612
ratings:
713
paths:
814
- angular-web-notification.js

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-12-12 | v0.0.47 | Maintenance |
100+
| 2015-12-12 | v0.0.48 | 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.47",
3+
"version": "0.0.48",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"

0 commit comments

Comments
 (0)