File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 9
9
" LICENSE.txt"
10
10
],
11
11
"scripts" : {
12
- "test" : " mocha" ,
12
+ "test" : " npm run jshint && npm run jscs && npm run mocha" ,
13
+ "jshint" : " jshint . --exclude-path .gitignore" ,
14
+ "jscs" : " jscs ." ,
15
+ "mocha" : " istanbul cover _mocha" ,
13
16
"clean" : " rm -rf ./node_modules ./coverage" ,
14
- "coverage" : " istanbul cover _mocha && open ./coverage/lcov-report/index.html" ,
15
- "coveralls" : " istanbul cover _mocha && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
17
+ "coverage" : " npm test && open ./coverage/lcov-report/index.html" ,
18
+ "coveralls" : " cat ./coverage/lcov.info | coveralls" ,
19
+ "preversion" : " npm run test:all"
16
20
},
17
21
"engines" : {
18
22
"node" : " >=0.10"
49
53
"coveralls" : " ^2.11.6" ,
50
54
"file-loader" : " ^0.8.5" ,
51
55
"istanbul" : " ^0.4.2" ,
56
+ "jscs" : " ^2.9.0" ,
57
+ "jshint" : " ^2.9.1" ,
52
58
"mocha" : " ^2.4.5" ,
53
59
"rimraf" : " ^2.5.1" ,
54
60
"webpack" : " ^1.12.13"
You can’t perform that action at this time.
0 commit comments