File tree Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 11.0.0" ,
5
5
"author" :
" Aurélien Ooms <[email protected] >" ,
6
6
"ava" : {
7
+ "files" : [
8
+ " test/src/**/*"
9
+ ],
7
10
"require" : [
8
- " babel-polyfill" ,
9
- " babel-register"
10
- ]
11
+ " @babel/polyfill" ,
12
+ " @babel/register"
13
+ ],
14
+ "concurrency" : 8 ,
15
+ "timeout" : " 1m"
11
16
},
12
17
"babel" : {
13
18
"presets" : [
14
- " latest "
19
+ " @babel/preset-env "
15
20
],
16
21
"env" : {
17
22
"development" : {
28
33
"@aureooms/js-functools" : " 2.0.3" ,
29
34
"@aureooms/js-heap-spec" : " 10.0.1" ,
30
35
"@aureooms/js-itertools" : " 3.4.0" ,
31
- "ava" : " 0.25.0" ,
32
- "babel-cli" : " 6.26.0" ,
33
- "babel-polyfill" : " 6.26.0" ,
34
- "babel-preset-latest" : " 6.24.1" ,
36
+ "@babel/cli" : " 7.8.4" ,
37
+ "@babel/core" : " 7.9.0" ,
38
+ "@babel/polyfill" : " 7.8.7" ,
39
+ "@babel/preset-env" : " 7.9.5" ,
40
+ "@babel/register" : " 7.9.0" ,
41
+ "ava" : " 3.7.0" ,
35
42
"codeclimate-test-reporter" : " 0.5.1" ,
36
- "coveralls" : " 2.13.3 " ,
37
- "esdoc" : " 0.5.2 " ,
38
- "nyc" : " 11.9.0 "
43
+ "coveralls" : " 3.0.11 " ,
44
+ "esdoc" : " 1.1.0 " ,
45
+ "nyc" : " 15.0.1 "
39
46
},
40
47
"homepage" : " http://aureooms.github.io/js-binomial-heap/" ,
41
48
"keywords" : [
56
63
"build" : " babel src -d lib" ,
57
64
"cover" : " nyc --reporter=lcov npm test" ,
58
65
"prepublish" : " npm run build" ,
59
- "test" : " ava ./test/src --concurrency 8 "
66
+ "test" : " ava"
60
67
}
61
68
}
You can’t perform that action at this time.
0 commit comments