File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [" es2015-loose " ],
2
+ "presets" : [" es2015" ],
3
3
"plugins" : [" transform-es2015-modules-umd" ]
4
4
}
Original file line number Diff line number Diff line change 20
20
"babel-core" : " ^6.5.2" ,
21
21
"babel-plugin-transform-es2015-modules-umd" : " ^6.5.0" ,
22
22
"babel-preset-es2015" : " ^6.5.0" ,
23
- "babel-preset-es2015-loose" : " ^7.0.0" ,
24
23
"babelify" : " ^7.2.0" ,
25
24
"bannerify" : " Vekat/bannerify#feature-option" ,
26
25
"browserify" : " ^13.0.0" ,
44
43
"build-min" : " uglifyjs dist/clipboard.js --comments '/!/' -m screw_ie8=true -c screw_ie8=true,unused=false -o dist/clipboard.min.js" ,
45
44
"build-watch" : " watchify src/clipboard.js -s Clipboard -t [babelify] -o dist/clipboard.js -v" ,
46
45
"test" : " karma start --single-run" ,
47
- "prepublish" : " babel src --out-dir lib --loose all "
46
+ "prepublish" : " babel src --out-dir lib"
48
47
}
49
48
}
You can’t perform that action at this time.
0 commit comments