We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does version 4.x.x require Node 12, if so mind adding an engines field?
engines
I find this helpful because I can catch incompatibilities upstream by installing with npm i --engine-strict.
npm i --engine-strict
The text was updated successfully, but these errors were encountered:
Yes it does.
Sorry, something went wrong.
I will add the field!
(It should work fine on v10 too).
Add engines field. Add node 10.x to CI
5565ee4
Fixes #51
Add engines field. Add node 10.x to CI (#52)
beff8a0
Successfully merging a pull request may close this issue.
Does version 4.x.x require Node 12, if so mind adding an
engines
field?I find this helpful because I can catch incompatibilities upstream by installing with
npm i --engine-strict
.The text was updated successfully, but these errors were encountered: