-
-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking: Change peerDep to @babel/core #522
Conversation
2c02018
to
738b957
Compare
@@ -80,9 +79,6 @@ | |||
"text", | |||
"json" | |||
], | |||
"require": [ | |||
"babel-register" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't need register either for nyc
.babelrc
Outdated
@@ -1,6 +1,11 @@ | |||
{ | |||
"presets": [ | |||
["env", { "loose": true, "targets": { "node": "4.2" } }] | |||
["@babel/preset-env", { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can leave off the preset-
if you want.
Also looks like there are a bunch of things in the README that will need updating.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok updated
Ok removed inherits since it's not necessary