File tree Expand file tree Collapse file tree 4 files changed +7
-25
lines changed
Expand file tree Collapse file tree 4 files changed +7
-25
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments