File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 "test" : " test"
2323 },
2424 "scripts" : {
25- "build" : " babel --preset es2015 src --out-dir lib --source-maps" ,
26- "watch" : " babel --preset es2015 src --out-dir lib --watch --source-maps" ,
25+ "build" : " babel src --out-dir lib --source-maps --presets es2015 " ,
26+ "watch" : " babel src --out-dir lib --watch --source-maps --presets es2015 " ,
2727 "prepublish" : " npm run --if-present build" ,
2828 "test" : " mocha"
2929 },
3232 " prh"
3333 ],
3434 "dependencies" : {
35- "babel-preset-es2015" : " ^6.0.15" ,
3635 "prh" : " ^0.8.0" ,
3736 "structured-source" : " ^3.0.2" ,
3837 "textlint-rule-helper" : " ^1.1.3"
3938 },
4039 "devDependencies" : {
4140 "babel-cli" : " ^6.0.14" ,
41+ "babel-preset-es2015" : " ^6.0.15" ,
4242 "espower-babel" : " ^3.3.0" ,
4343 "mocha" : " ^2.3.2" ,
4444 "power-assert" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments