Skip to content

Commit

Permalink
jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Nov 30, 2015
1 parent 60616cf commit d5fea99
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 22 deletions.
29 changes: 10 additions & 19 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,33 +1,24 @@
{
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"indent": 4,
"futurehostile": true,
"latedef": true,
"newcap": true,
"maxcomplexity": 10,
"maxdepth": 5,
"maxerr": 100,
"maxlen": 250,
"maxparams": 5,
"maxstatements": 50,
"noarg": true,
"nocomma": false,
"noempty": true,
"nonbsp": true,
"nonew": true,
"quotmark": "single",
"singleGroups": false,
"strict": true,
"undef": true,
"unused": true,
"maxcomplexity": 10,
"maxdepth": 5,
"maxerr": 100,
"maxlen": 250,
"maxparams": 5,
"maxstatements": 50,
"globalstrict": true,
"browser": true,
"globals": {
"angular": true,
"notify": true
}
}
"browser": true
}
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-11-29 | v0.0.45 | Maintenance |
| 2015-11-30 | v0.0.46 | 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
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.45",
"version": "0.0.46",
"description": "AngularJS service for displaying web notifications.",
"authors": [
"Sagie Gur-Ari <sagiegurari@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lint": "grunt lint",
"docs": "grunt docs",
"build": "grunt build",
"precommit": "npm run build"
"prepush": "npm run build"
},
"devDependencies": {
"grunt": "latest",
Expand Down

0 comments on commit d5fea99

Please sign in to comment.