Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove engines #130
Comments
This comment has been minimized.
This comment has been minimized.
Why remove 'engines' if the package isn't compatible with older versions of node? Tried pulling in this library on a node 6.11.0 project but it uses async/await, which isn't supported in that version. This would have at least provided that warning. |
This comment has been minimized.
This comment has been minimized.
It was removed because the |
This comment has been minimized.
This comment has been minimized.
Removed mostly due to inconsistent handling between npm and yarn. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.