Skip to content

Commit

Permalink
Removed babel-core and fixed peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Dec 26, 2017
1 parent 550b36c commit a76a30c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
"url": "https://github.com/babel/babelify/issues"
},
"peerDependencies": {
"babel-core": "6 || 7 || 7.x || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0-rc"
"@babel/core": "6 || 7 || 7.x || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0-rc"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.32",
"@babel/preset-env": "^7.0.0-beta.32",
"babel-core": "^6.0.14",
"babel-plugin-transform-es3-property-literals": "^6.0.14",
"babel-plugin-transform-node-env-inline": "^6.0.14",
"babel-plugin-transform-react-display-name": "^6.0.14",
Expand Down

0 comments on commit a76a30c

Please sign in to comment.