sendanor / node-crypt3

crypt(3) for Node.js
MIT License
19 stars 18 forks source link

node-gyp is unnecessary here #4

Closed rlidwka closed 10 years ago

rlidwka commented 10 years ago

npm can build the module without node-gyp present as a dependency just fine because it has node-gyp built-in.

Specifying it as a dependency just causes extra 11 megabytes to be installed which aren't used anywhere.

thejhh commented 10 years ago

I recall it was added because if was missing but maybe this has changed.

rlidwka commented 10 years ago

@jheusala , can you republish the module to npm registry? Current version there still has node-gyp dependency which is kind of sad.

thejhh commented 10 years ago

Strange, I though I already published new version.

I published version 0.1.5 without it now.