File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-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"
1115 },
1216 "babel" : {
1317 "presets" : [
3135 "@aureooms/js-partition" : " ^8.0.0" ,
3236 "@aureooms/js-random" : " ^2.0.0" ,
3337 "@aureooms/js-search" : " ^0.0.4" ,
34- "ava" : " ^0.19.0 " ,
38+ "ava" : " ^3.7.1 " ,
3539 "babel-cli" : " ^6.23.0" ,
3640 "babel-polyfill" : " ^6.23.0" ,
3741 "babel-preset-latest" : " ^6.22.0" ,
4751 "esdoc-inject-script-plugin" : " 1.0.0" ,
4852 "esdoc-inject-style-plugin" : " 1.0.0" ,
4953 "esdoc-standard-plugin" : " 1.0.0" ,
50- "np" : " 6.2.1" ,
51- "xo" : " 0.29.1"
54+ "np" : " 6.2.1"
5255 },
5356 "homepage" : " http://aureooms.github.io/js-selection" ,
5457 "keywords" : [
7275 "build" : " babel src -d lib" ,
7376 "cover" : " nyc --reporter=lcov npm test" ,
7477 "prepublish" : " npm run build" ,
75- "test" : " ava ./test/src " ,
78+ "test" : " ava" ,
7679 "esdoc" : " esdoc"
7780 }
7881}
You can’t perform that action at this time.
0 commit comments