Skip to content

Commit 774032f

Browse files
committed
jshint changes
1 parent e450466 commit 774032f

File tree

4 files changed

+7
-25
lines changed

4 files changed

+7
-25
lines changed

.jshintrc

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,8 @@
2222
"maxdepth": 5,
2323
"maxerr": 100,
2424
"maxlen": 250,
25-
"maxparams": 3,
25+
"maxparams": 5,
2626
"maxstatements": 50,
2727
"globalstrict": true,
28-
"globals": {
29-
"window": true,
30-
"setTimeout": true,
31-
"clearTimeout": true,
32-
"angular": true,
33-
"notify": true,
34-
"module": true
35-
}
28+
"browser": true
3629
}

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-23 | v0.0.9 | Maintenance |
78+
| 2015-02-23 | v0.0.10 | 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.9",
3+
"version": "0.0.10",
44
"authors": [
55
"Sagie Gur-Ari <sgurari@yahoo.com>"
66
],

test/.jshintrc

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,9 @@
2222
"maxdepth": 5,
2323
"maxerr": 100,
2424
"maxlen": 250,
25-
"maxparams": 3,
25+
"maxparams": 5,
2626
"maxstatements": 50,
2727
"globalstrict": true,
28-
"globals": {
29-
"window": true,
30-
"setTimeout": true,
31-
"clearTimeout": true,
32-
"angular": true,
33-
"notify": true,
34-
"assert": true,
35-
"describe": true,
36-
"it": true,
37-
"beforeEach": true,
38-
"inject": true,
39-
"module": true
40-
}
28+
"browser": true,
29+
"mocha": true
4130
}

0 commit comments

Comments
 (0)