spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

High recommended version of NPM #361

Closed KevinRamsunder closed 4 years ago

KevinRamsunder commented 4 years ago

The package.json recommends version 6 or higher for NPM: https://github.com/spdy-http2/node-spdy/blob/master/package.json#L51 Is there a reason for this?

I have a project that uses engine-strict=true to ensure that we're only installing modules that meet our required node/npm versions - so I was wondering if we could relax this (to something like >= 4, for example)

Would be happy to submit a change.

KevinRamsunder commented 4 years ago

Addressed in #355