Closed MichaelDeBoey closed 4 years ago
@FezVrasta It's not required, but it helps to have the minimum supported/tested Node version in package.json
It's mostly the minimum node
version you're testing against.
I'm not testing against any node version, the package is a client-side code.
I don't think that's something useful for a frontend project, according to the npm documentation it's meant to be used to
specify the version of node that your stuff works on
, this project is not dependant by any node version.