File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.0 (2017-01-10)
2+ - Upgraded fs-extra - ^1.0.0
3+ - Added babel-preset-latest - ^6.0.0 to pull in all the latest presets / removed just the 2015 preset.
4+ - Added babel-plugin-transform-runtime - ^6.0.0
5+ - Added babel-plugin-module-resolver - ^2.0.0 which is a replacement for babel-plugin-module-alias for the time being
6+ babel-plugin-module-alias will also remain as a dependency for this release, but will be removed in the next release.
7+
18## 0.3.0 (2016-06-03)
29Added extra actions to run after babel transpilation including copying files, running commands / scripts, and chmod of files.
310
Original file line number Diff line number Diff line change 2222 "babel-cli" : " ^6.0.0" ,
2323 "babel-plugin-add-module-exports" : " ^0.2.0" ,
2424 "babel-plugin-module-alias" : " ^1.0.0" ,
25- "babel-preset-es2015" : " ^6.0.0" ,
26- "fs-extra" : " ^0.30.0" ,
25+ "babel-plugin-module-resolver" : " ^2.0.0" ,
26+ "babel-preset-latest" : " ^6.0.0" ,
27+ "babel-plugin-transform-runtime" : " ^6.0.0" ,
28+ "fs-extra" : " ^1.0.0" ,
2729 "strip-json-comments" : " ^2.0.0" ,
2830 "typhonjs-npm-scripts-runner" : " ^0.1.0"
2931 },
You can’t perform that action at this time.
0 commit comments