File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 77 "require" : [
88 " @babel/polyfill" ,
99 " @babel/register"
10- ]
10+ ],
11+ "files" : [
12+ " test/src/**/*"
13+ ],
14+ "timeout" : " 1m" ,
15+ "concurrency" : 8
1116 },
1217 "babel" : {
1318 "presets" : [
3035 "@aureooms/js-memory" : " 4.0.0" ,
3136 "@aureooms/js-operator" : " 1.0.2" ,
3237 "@aureooms/js-type" : " 1.0.4" ,
33- "ava" : " 0.25.0 " ,
38+ "ava" : " 3.8.1 " ,
3439 "babel-cli" : " 6.26.0" ,
3540 "babel-polyfill" : " 6.26.0" ,
3641 "babel-preset-env" : " 1.7.0" ,
4651 "esdoc-inject-script-plugin" : " 1.0.0" ,
4752 "esdoc-inject-style-plugin" : " 1.0.0" ,
4853 "esdoc-standard-plugin" : " 1.0.0" ,
49- "np" : " 6.2.1" ,
50- "xo" : " 0.29.1"
54+ "np" : " 6.2.1"
5155 },
5256 "homepage" : " http://aureooms.github.io/js-random/" ,
5357 "keywords" : [
7074 "build" : " babel src -d lib" ,
7175 "cover" : " nyc --reporter=lcov npm test" ,
7276 "prepublish" : " npm run build" ,
73- "test" : " ava ./test/src --concurrency 8 " ,
77+ "test" : " ava" ,
7478 "esdoc" : " esdoc"
7579 }
7680}
You can’t perform that action at this time.
0 commit comments