File tree 1 file changed +8
-5
lines changed 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" : [
30
34
"@aureooms/js-itertools" : " ^3.3.0" ,
31
35
"@aureooms/js-random" : " ^2.0.0" ,
32
36
"@aureooms/js-sort" : " ^7.0.0" ,
33
- "ava" : " ^0.19 .1" ,
37
+ "ava" : " ^3.8 .1" ,
34
38
"babel-cli" : " ^6.24.1" ,
35
39
"babel-polyfill" : " ^6.23.0" ,
36
40
"babel-preset-env" : " ^1.4.0" ,
46
50
"esdoc-inject-script-plugin" : " 1.0.0" ,
47
51
"esdoc-inject-style-plugin" : " 1.0.0" ,
48
52
"esdoc-standard-plugin" : " 1.0.0" ,
49
- "np" : " 6.2.1" ,
50
- "xo" : " 0.29.1"
53
+ "np" : " 6.2.1"
51
54
},
52
55
"homepage" : " https://aureooms.github.io/js-permutation" ,
53
56
"keywords" : [
67
70
"build" : " babel src -d lib" ,
68
71
"cover" : " nyc --reporter=lcov npm test" ,
69
72
"prepublish" : " npm run build" ,
70
- "test" : " ava ./test/src " ,
73
+ "test" : " ava" ,
71
74
"esdoc" : " esdoc"
72
75
}
73
76
}
You can’t perform that action at this time.
0 commit comments