File tree 1 file changed +20
-12
lines changed 1 file changed +20
-12
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 3.1.0" ,
5
5
"author" : " Aurélien Ooms <aurelien.ooms@gmail.com>" ,
6
6
"ava" : {
7
+ "sources" : [
8
+ " src/**/*"
9
+ ],
10
+ "files" : [
11
+ " test/src/**/*"
12
+ ],
7
13
"require" : [
8
- " babel- polyfill" ,
9
- " babel- register"
14
+ " @ babel/ polyfill" ,
15
+ " @ babel/ register"
10
16
]
11
17
},
12
18
"babel" : {
13
19
"presets" : [
14
- " env"
20
+ " @babel/preset- env"
15
21
],
16
22
"env" : {
17
23
"development" : {
28
34
"@aureooms/js-functools" : " 2.0.3" ,
29
35
"@aureooms/js-itertools" : " 3.4.0" ,
30
36
"@aureooms/js-number" : " 3.1.0" ,
31
- "ava" : " 0.25.0" ,
32
- "babel-cli" : " 6.26.0" ,
33
- "babel-polyfill" : " 6.26.0" ,
34
- "babel-preset-env" : " 1.7.0" ,
35
- "codeclimate-test-reporter" : " 0.4.1" ,
36
- "coveralls" : " 2.13.3" ,
37
- "esdoc" : " 0.5.2" ,
38
- "nyc" : " 11.9.0"
37
+ "@babel/cli" : " 7.7.0" ,
38
+ "@babel/core" : " 7.7.2" ,
39
+ "@babel/polyfill" : " 7.7.0" ,
40
+ "@babel/preset-env" : " 7.7.1" ,
41
+ "@babel/register" : " 7.7.0" ,
42
+ "ava" : " 2.4.0" ,
43
+ "codeclimate-test-reporter" : " 0.5.1" ,
44
+ "coveralls" : " 3.0.8" ,
45
+ "esdoc" : " 1.1.0" ,
46
+ "nyc" : " 14.1.1"
39
47
},
40
48
"homepage" : " https://aureooms.github.io/js-fibonacci" ,
41
49
"keywords" : [
58
66
"build" : " babel src -d lib" ,
59
67
"cover" : " nyc --reporter=lcov npm test" ,
60
68
"prepublish" : " npm run build" ,
61
- "test" : " ava ./test/src --concurrency 8"
69
+ "test" : " ava --concurrency 8"
62
70
}
63
71
}
You can’t perform that action at this time.
0 commit comments