Skip to content

Commit a42eae8

Browse files
committed
upgraded dependencies
1 parent db362e0 commit a42eae8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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)
29
Added extra actions to run after babel transpilation including copying files, running commands / scripts, and chmod of files.
310

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
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
},

0 commit comments

Comments
 (0)