You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package.json: Allow any version of node that supports the syntax
There's no reason to exclude newer versions of Node in the engines
field, and it causes errors for users of the package when installing.
Anything from Node 8 on can run this code.
0 commit comments