File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 56
56
"babel-cli" : " ^6.10.1" ,
57
57
"babel-eslint" : " ^7.0.0" ,
58
58
"babel-plugin-add-module-exports" : " ^0.2.1" ,
59
+ "babel-preset-babili" : " 0.0.9" ,
59
60
"babel-preset-es2015" : " ^6.9.0" ,
60
- "babel-preset-min" : " ^0.1.14" ,
61
61
"babel-register" : " ^6.9.0" ,
62
62
"clinton" : " ^0.8.0" ,
63
63
"conventional-changelog-cli" : " ^1.2.0" ,
64
64
"conventional-changelog-lint" : " ^1.1.0" ,
65
65
"coveralls" : " ^2.11.9" ,
66
- "eslint-config-xo" : " ^0.17.0" ,
67
66
"eslint" : " ^3.9.0" ,
68
- "eslint-formatter-pretty" : " ^1.0.1" ,
67
+ "eslint-config-xo" : " ^0.17.0" ,
68
+ "eslint-formatter-pretty" : " ^1.1.0" ,
69
69
"eslint-plugin-ava" : " ^4.0.0" ,
70
70
"eslint-plugin-babel" : " ^4.0.0" ,
71
- "eslint-formatter-pretty" : " ^1.1.0" ,
72
71
"eslint-plugin-markdown" : " ^1.0.0-beta.2" ,
73
72
"eslint-plugin-require-path-exists" : " ^1.1.5" ,
74
73
"eslint-plugin-xo" : " ^1.0.0" ,
87
86
},
88
87
"babel" : {
89
88
"presets" : [
90
- " es2015"
89
+ " es2015" ,
90
+ " babili"
91
91
],
92
92
"plugins" : [
93
93
" add-module-exports"
94
- ],
95
- "comments" : false ,
96
- "compact" : true ,
97
- "minified" : true
94
+ ]
98
95
},
99
96
"ava" : {
100
97
"require" : [
You can’t perform that action at this time.
0 commit comments