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" : [
28
32
"@aureooms/js-itertools" : " ^3.1.1"
29
33
},
30
34
"devDependencies" : {
31
- "ava" : " 0.25.0 " ,
35
+ "ava" : " 3.7.1 " ,
32
36
"babel-cli" : " 6.26.0" ,
33
37
"babel-polyfill" : " 6.26.0" ,
34
38
"babel-preset-latest" : " 6.24.1" ,
44
48
"esdoc-inject-script-plugin" : " 1.0.0" ,
45
49
"esdoc-inject-style-plugin" : " 1.0.0" ,
46
50
"esdoc-standard-plugin" : " 1.0.0" ,
47
- "np" : " 6.2.1" ,
48
- "xo" : " 0.29.1"
51
+ "np" : " 6.2.1"
49
52
},
50
53
"homepage" : " https://aureooms.github.io/js-heapq" ,
51
54
"keywords" : [
66
69
"build" : " rm -rf lib && babel src -d lib" ,
67
70
"cover" : " nyc --reporter=lcov npm test" ,
68
71
"prepublish" : " npm run build" ,
69
- "test" : " ava ./test/src " ,
72
+ "test" : " ava" ,
70
73
"esdoc" : " esdoc"
71
74
}
72
75
}
You can’t perform that action at this time.
0 commit comments