-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
Support node 6 #64
Comments
This was referenced Jun 12, 2018
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some projects still support node 6.
My use case is that I want to use prompts in jestjs/jest#6442
The solution for that could be fairly easy:
dist
dist/index.js
andlib/index.js
according to the user's node version.It shouldn't interfere with the development, and there will be no performance change for users that use
node > 8
.Let me know your thoughts.
The text was updated successfully, but these errors were encountered: