Commit b9061c8 1 parent 3ea7911 commit b9061c8 Copy full SHA for b9061c8
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
"main" : " ./index.js" ,
46
46
"scripts" : {
47
47
"test" : " npm run standard && npm run unitTests" ,
48
- "unitTests" : " ./node_modules/.bin/ mocha --recursive --timeout 5000 test" ,
48
+ "unitTests" : " mocha --recursive --timeout 5000 test" ,
49
49
"standard" : " standard **/*.js bin/**/*" ,
50
50
"cover" : " nyc --reporter=html --reporter=text mocha --timeout 5000 --recursive test" ,
51
51
"coverage" : " npm run cover" ,
52
- "report-coverage" : " ./node_modules/.bin/ nyc npm run unitTests && nyc report --reporter=text-lcov > coverage.lcov && \" ./node_modules/.bin/codecov\" "
52
+ "report-coverage" : " nyc npm run unitTests && nyc report --reporter=text-lcov > coverage.lcov && \" ./node_modules/.bin/codecov\" "
53
53
},
54
54
"bin" : {
55
55
"reload" : " ./bin/reload"
You can’t perform that action at this time.
0 commit comments