Skip to content

Commit d67a67d

Browse files
committed
jshint changes
1 parent 8b7911a commit d67a67d

File tree

3 files changed

+3
-32
lines changed

3 files changed

+3
-32
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ See full docs at: [API Docs](docs/api.md)
7575

7676
| Date | Version | Description |
7777
| ----------- | ------- | ----------- |
78-
| 2015-02-28 | v0.0.11 | Maintenance |
78+
| 2015-03-11 | v0.0.12 | Maintenance |
7979
| 2015-02-16 | v0.0.7 | Automatic unit tests via karma |
8080
| 2015-02-05 | v0.0.5 | Doc changes |
8181
| 2014-12-30 | v0.0.4 | Doc changes |

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.11",
3+
"version": "0.0.12",
44
"authors": [
55
"Sagie Gur-Ari <sgurari@yahoo.com>"
66
],

test/.jshintrc

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,7 @@
11
{
2-
"bitwise": true,
3-
"camelcase": true,
4-
"curly": true,
5-
"eqeqeq": true,
6-
"forin": true,
7-
"freeze": true,
8-
"immed": true,
9-
"indent": 4,
10-
"latedef": true,
11-
"newcap": true,
12-
"noarg": true,
13-
"nocomma": false,
14-
"noempty": true,
15-
"nonbsp": true,
16-
"nonew": true,
17-
"quotmark": "single",
18-
"singleGroups": false,
19-
"undef": true,
20-
"unused": true,
21-
"maxcomplexity": 10,
22-
"maxdepth": 5,
23-
"maxerr": 100,
24-
"maxlen": 250,
25-
"maxparams": 5,
26-
"maxstatements": 50,
27-
"globalstrict": true,
28-
"browser": true,
2+
"extends": "../.jshintrc",
293
"mocha": true,
304
"globals": {
31-
"angular": true,
32-
"notify": true,
33-
"module": true,
345
"assert": true,
356
"inject": true
367
}

0 commit comments

Comments
 (0)