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 7
7
},
8
8
"main" : " index.js" ,
9
9
"files" : [
10
- " lib"
11
10
],
12
11
"scripts" : {
13
12
"clean" : " rimraf .nyc_output coverage" ,
14
13
"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 \" " ,
16
15
"postversion" : " git push && git push --tags" ,
17
16
"pretest" : " npm run lint" ,
18
17
"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 " ,
20
19
"watch" : " mocha \" test/*.js\" --compilers js:babel-register --growl --reporter progress --watch" ,
21
20
"codecov" : " nyc report --reporter lcovonly && codecov"
22
21
},
You can’t perform that action at this time.
0 commit comments