File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 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" ,
26- "watch" : " babel src --out-dir lib --watch --source-maps" ,
25+ "build" : " babel --preset es2015 src --out-dir lib --source-maps" ,
26+ "watch" : " babel --preset es2015 src --out-dir lib --watch --source-maps" ,
2727 "prepublish" : " npm run --if-present build" ,
2828 "test" : " mocha"
2929 },
3232 " prh"
3333 ],
3434 "dependencies" : {
35+ "babel-preset-es2015" : " ^6.0.15" ,
3536 "prh" : " ^0.8.0" ,
3637 "structured-source" : " ^3.0.2" ,
3738 "textlint-rule-helper" : " ^1.1.3"
3839 },
3940 "devDependencies" : {
40- "babel" : " ^6.0.14" ,
41+ "babel-cli " : " ^6.0.14" ,
4142 "espower-babel" : " ^3.3.0" ,
4243 "mocha" : " ^2.3.2" ,
4344 "power-assert" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments