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

fix: require node 8 in package.json #246

Merged
merged 2 commits into from
Oct 11, 2018
Merged

Conversation

brandonocasey
Copy link
Contributor

No description provided.

@gkatsev
Copy link
Member

gkatsev commented Oct 9, 2018

fwiw, engines is basically never enforced.

@brandonocasey
Copy link
Contributor Author

What about adding: https://www.npmjs.com/package/please-upgrade-node

@gkatsev
Copy link
Member

gkatsev commented Oct 9, 2018

That probably works.

@misteroneill
Copy link
Member

Was the index.js -> generator.js change just a rename? What was the actual change, if any?

@brandonocasey
Copy link
Contributor Author

The change was a rename just to make sure that the code will actually run in node < 8 since syntax like class won't be supported. I tested it on node 4 and 6 and it appears to exit as expected.

@misteroneill
Copy link
Member

Sounds good, thanks.

@brandonocasey brandonocasey merged commit 80222eb into master Oct 11, 2018
@brandonocasey brandonocasey deleted the fix/require-node-8 branch January 10, 2019 22:07
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.

3 participants