File tree 2 files changed +1869
-2088
lines changed
2 files changed +1869
-2088
lines changed Original file line number Diff line number Diff line change 23
23
"uslug" : " ^1.0.4"
24
24
},
25
25
"devDependencies" : {
26
- "ava" : " ^0.17.0" ,
27
- "babel-cli" : " ^6.4.0" ,
28
- "babel-core" : " ^6.4.0" ,
29
- "babel-eslint" : " ^10.0.1" ,
30
- "babel-preset-es2015" : " ^6.3.13" ,
31
- "babel-preset-stage-2" : " ^6.3.13" ,
32
- "coveralls" : " ^2.11.9" ,
26
+ "@babel/cli" : " ^7.2.3" ,
27
+ "@babel/plugin-proposal-object-rest-spread" : " ^7.2.0" ,
28
+ "@babel/preset-env" : " ^7.2.3" ,
29
+ "@babel/register" : " ^7.0.0" ,
30
+ "ava" : " ^1.0.1" ,
31
+ "coveralls" : " ^3.0.2" ,
33
32
"eslint" : " ^5.11.0" ,
34
33
"eslint-config-i-am-meticulous" : " ^11.0.0" ,
35
34
"eslint-plugin-import" : " ^2.2.0" ,
36
35
"markdown-it" : " ^8.2.2" ,
37
- "npmpub" : " ^3 .1.0" ,
38
- "nyc" : " ^10.0 .0"
36
+ "npmpub" : " ^4 .1.0" ,
37
+ "nyc" : " ^13.1 .0"
39
38
},
40
39
"scripts" : {
41
- "prepublish" : " babel --ignore __tests__ src --out-dir dist" ,
40
+ "prepublish" : " babel src --ignore \" src/ __tests__/**/*.js \" --out-dir dist --delete-dir-on-start " ,
42
41
"lint" : " eslint --ignore-path .gitignore --fix ." ,
43
42
"tests" : " ava" ,
44
43
"pretest" : " npm -s run lint" ,
49
48
},
50
49
"babel" : {
51
50
"presets" : [
52
- " es2015" ,
53
- " stage-2"
51
+ " @babel/preset-env"
52
+ ],
53
+ "plugins" : [
54
+ " @babel/plugin-proposal-object-rest-spread"
54
55
]
55
56
},
56
57
"eslintConfig" : {
63
64
" **/__tests__/*.js"
64
65
],
65
66
"require" : [
66
- " babel-core /register"
67
+ " @ babel/register"
67
68
]
68
69
},
69
70
"nyc" : {
You can’t perform that action at this time.
0 commit comments