File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "presets" : [" es2015" ],
3+ "plugins" : [" transform-es2015-modules-commonjs" ]
4+ }
Original file line number Diff line number Diff line change 2222 "test" : " test"
2323 },
2424 "scripts" : {
25- "build" : " babel src --out-dir lib --source-maps --presets es2015 " ,
26- "watch" : " babel src --out-dir lib --watch --source-maps --presets es2015 " ,
25+ "build" : " babel src --out-dir lib --source-maps" ,
26+ "watch" : " babel src --out-dir lib --watch --source-maps" ,
2727 "prepublish" : " npm run --if-present build" ,
2828 "test" : " mocha"
2929 },
3737 "textlint-rule-helper" : " ^1.1.3"
3838 },
3939 "devDependencies" : {
40- "babel-cli" : " ^6.0.14" ,
41- "babel-preset-es2015" : " ^6.0.15" ,
40+ "babel" : " ^5.0.0" ,
4241 "espower-babel" : " ^3.3.0" ,
4342 "mocha" : " ^2.3.2" ,
4443 "power-assert" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments