stop bundling node-pre-gyp
Showing
| ... | @@ -40,15 +40,13 @@ | ... | @@ -40,15 +40,13 @@ |
| "nan": "~2.3.3", | "nan": "~2.3.3", | ||
| "node-pre-gyp": "~0.6.28" | "node-pre-gyp": "~0.6.28" | ||
| }, | }, | ||
| "bundledDependencies": [ | |||
| "node-pre-gyp" | |||
| ], | |||
| "devDependencies": { | "devDependencies": { | ||
| "mocha": "2.x", | "mocha": "2.x", | ||
| "aws-sdk": "2.x" | "aws-sdk": "2.x" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "prepublish":"npm ls", | "prepublish":"npm ls", | ||
| "preinstall":"npm install node-pre-gyp", | |||
| "install": "node-pre-gyp install --fallback-to-build", | "install": "node-pre-gyp install --fallback-to-build", | ||
| "pretest": "node test/support/createdb.js", | "pretest": "node test/support/createdb.js", | ||
| "test": "mocha -R spec --timeout 480000" | "test": "mocha -R spec --timeout 480000" | ||
| ... | ... |
Please
register
or
sign in
to comment