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