Skip to content

Commit

Permalink
make babel-core a peerDep, similar to babel-loader (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Aug 7, 2017
1 parent 744f633 commit 8afcd30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,16 @@
"compiler"
],
"dependencies": {
"babel-core": "7.0.0-alpha.18",
"gulp-util": "^3.0.0",
"replace-ext": "0.0.1",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"peerDependencies": {
"babel-core": "6 || 7 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0-rc"
},
"devDependencies": {
"babel-core": "7.0.0-alpha.18",
"babel-plugin-transform-es2015-arrow-functions": "7.0.0-alpha.18",
"babel-plugin-transform-es2015-block-scoping": "7.0.0-alpha.18",
"babel-plugin-transform-es2015-classes": "7.0.0-alpha.18",
Expand Down

0 comments on commit 8afcd30

Please sign in to comment.