Skip to content
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

Merged
merged 3 commits into from
Oct 31, 2017
Merged

Breaking: Change peerDep to @babel/core #522

merged 3 commits into from
Oct 31, 2017

Conversation

hzoo
Copy link
Member

@hzoo hzoo commented Oct 30, 2017

Ok removed inherits since it's not necessary

@hzoo hzoo force-pushed the peerDep-@babel/core branch from 2c02018 to 738b957 Compare October 31, 2017 20:30
@@ -80,9 +79,6 @@
"text",
"json"
],
"require": [
"babel-register"
Copy link
Member Author

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

@hzoo hzoo requested a review from danez October 31, 2017 20:34
.babelrc Outdated
@@ -1,6 +1,11 @@
{
"presets": [
["env", { "loose": true, "targets": { "node": "4.2" } }]
["@babel/preset-env", {
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants