Skip to content

Commit

Permalink
fix(deps): remove beta babel/core dep from preset
Browse files Browse the repository at this point in the history
Babel has long been stable at v7. So remove it from package.json.
  • Loading branch information
swashata committed Feb 12, 2019
1 parent 8f7f101 commit 02649f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-preset-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/preset-react": "^7.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^7.0.0"
},
"engines": {
"node": ">=8.9.0"
Expand Down

0 comments on commit 02649f3

Please sign in to comment.