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
" README.md"
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" ,
16
+ "coverage" : " npm test && open ./coverage/lcov-report/index.html" ,
13
17
"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 "
18
+ "coveralls " : " cat ./coverage/lcov.info | coveralls " ,
19
+ "preversion " : " npm run test "
16
20
},
17
21
"engines" : {
18
22
"node" : " >=0.10"
48
52
"event-stream" : " ^3.3.2" ,
49
53
"gulp" : " ^3.9.1" ,
50
54
"istanbul" : " ^0.4.2" ,
55
+ "jscs" : " ^2.9.0" ,
56
+ "jshint" : " ^2.9.1" ,
51
57
"mocha" : " ^2.4.5" ,
52
58
"rimraf" : " ^2.5.1" ,
53
59
"sinon" : " ^1.17.3" ,
You can’t perform that action at this time.
0 commit comments