Skip to content

Commit

Permalink
codeclimate eslint 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed May 27, 2016
1 parent 6f0390f commit d7e0e6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
engines:
eslint:
enabled: true
channel: "eslint-2"
config:
config: .eslintrc.js
fixme:
enabled: true
ratings:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-05-11 | v0.0.70 | Maintenance |
| 2016-05-27 | v0.0.71 | Maintenance |
| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |
| 2016-02-24 | v0.0.64 | Maintenance |
| 2015-09-26 | v0.0.31 | Update bower dependencies |
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-web-notification",
"version": "0.0.70",
"version": "0.0.71",
"description": "AngularJS service for displaying web notifications.",
"authors": [
"Sagie Gur-Ari <sagiegurari@gmail.com>"
Expand Down

0 comments on commit d7e0e6e

Please sign in to comment.