File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 77 },
88 "main" : " index.js" ,
99 "files" : [
10- " lib"
1110 ],
1211 "scripts" : {
1312 "clean" : " rimraf .nyc_output coverage" ,
1413 "coverage" : " nyc report --reporter lcov && opener ./coverage/lcov-report/index.html" ,
15- "lint" : " eslint index.js lib test" ,
14+ "lint" : " eslint index.js \" test/*.js \" " ,
1615 "postversion" : " git push && git push --tags" ,
1716 "pretest" : " npm run lint" ,
1817 "preversion" : " npm test" ,
19- "test" : " nyc mocha \" test/*.js\" --compilers js:babel-register --reporter progress" ,
18+ "test" : " nyc mocha \" test/*.js\" --compilers js:babel-register --reporter progress --timeout 10000 " ,
2019 "watch" : " mocha \" test/*.js\" --compilers js:babel-register --growl --reporter progress --watch" ,
2120 "codecov" : " nyc report --reporter lcovonly && codecov"
2221 },
You can’t perform that action at this time.
0 commit comments