Skip to content

Commit

Permalink
eslint rule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Nov 3, 2015
1 parent 141229e commit 8a1554b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"consistent-this": 0,
"callback-return": 0,
"valid-jsdoc": [
1,
2,
{
"requireReturn": false,
"prefer": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ See full docs at: [API Docs](docs/api.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2015-10-24 | v0.0.37 | Maintenance |
| 2015-11-03 | v0.0.38 | Maintenance |
| 2015-09-26 | v0.0.31 | Update bower dependencies |
| 2015-09-26 | v0.0.30 | Added 'onClick' option to enable adding onclick event handler for the notification |
| 2015-09-02 | v0.0.29 | Maintenance |
Expand Down
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "angular-web-notification",
"version": "0.0.37",
"version": "0.0.38",
"description": "AngularJS service for displaying web notifications.",
"authors": [
"Sagie Gur-Ari <[email protected]>"
],
"description": "AngularJS service for displaying web notifications.",
"main": "angular-web-notification.js",
"license": "Apache-2.0",
"homepage": "http://github.com/sagiegurari/angular-web-notification",
"keywords": [
"AngularJS",
"notifications",
"web notifications"
],
"license": "Apache-2.0",
"homepage": "http://github.com/sagiegurari/angular-web-notification",
"main": "angular-web-notification.js",
"ignore": [
"node_modules",
"bower_components",
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,33 @@
"name": "Sagie Gur-Ari",
"email": "[email protected]"
},
"main": "angular-web-notification.js",
"directories": {
"test": "test/spec",
"example": "example"
},
"license": "Apache-2.0",
"homepage": "http://github.com/sagiegurari/angular-web-notification",
"repository": {
"type": "git",
"url": "http://github.com/sagiegurari/angular-web-notification.git"
},
"bugs": {
"url": "http://github.com/sagiegurari/angular-web-notification/issues"
},
"keywords": [
"angularjs",
"web",
"notification"
],
"main": "angular-web-notification.js",
"directories": {
"test": "test/spec",
"example": "example"
},
"scripts": {
"test": "grunt test",
"clean": "grunt cleanup",
"lint": "grunt lint",
"docs": "grunt docs",
"build": "grunt build",
"precommit": "npm run build"
},
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
Expand All @@ -45,18 +58,5 @@
"mocha": "latest",
"phantomjs": "latest",
"time-grunt": "latest"
},
"scripts": {
"test": "grunt test",
"clean": "grunt cleanup",
"lint": "grunt lint",
"docs": "grunt docs",
"build": "grunt build",
"precommit": "npm run build"
},
"license": "Apache-2.0",
"bugs": {
"url": "http://github.com/sagiegurari/angular-web-notification/issues"
},
"homepage": "http://github.com/sagiegurari/angular-web-notification"
}
}

0 comments on commit 8a1554b

Please sign in to comment.