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 7
7
"require" : [
8
8
" @babel/polyfill" ,
9
9
" @babel/register"
10
- ]
10
+ ],
11
+ "files" : [
12
+ " test/src/**/*"
13
+ ],
14
+ "timeout" : " 1m"
11
15
},
12
16
"babel" : {
13
17
"presets" : [
31
35
"@aureooms/js-partition" : " ^8.0.0" ,
32
36
"@aureooms/js-random" : " ^2.0.0" ,
33
37
"@aureooms/js-search" : " ^0.0.4" ,
34
- "ava" : " ^0.19.0 " ,
38
+ "ava" : " ^3.7.1 " ,
35
39
"babel-cli" : " ^6.23.0" ,
36
40
"babel-polyfill" : " ^6.23.0" ,
37
41
"babel-preset-latest" : " ^6.22.0" ,
47
51
"esdoc-inject-script-plugin" : " 1.0.0" ,
48
52
"esdoc-inject-style-plugin" : " 1.0.0" ,
49
53
"esdoc-standard-plugin" : " 1.0.0" ,
50
- "np" : " 6.2.1" ,
51
- "xo" : " 0.29.1"
54
+ "np" : " 6.2.1"
52
55
},
53
56
"homepage" : " http://aureooms.github.io/js-selection" ,
54
57
"keywords" : [
72
75
"build" : " babel src -d lib" ,
73
76
"cover" : " nyc --reporter=lcov npm test" ,
74
77
"prepublish" : " npm run build" ,
75
- "test" : " ava ./test/src " ,
78
+ "test" : " ava" ,
76
79
"esdoc" : " esdoc"
77
80
}
78
81
}
You can’t perform that action at this time.
0 commit comments