We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31acb8a commit 9a038b5Copy full SHA for 9a038b5
package.json
@@ -40,15 +40,13 @@
40
"nan": "~2.3.3",
41
"node-pre-gyp": "~0.6.28"
42
},
43
- "bundledDependencies": [
44
- "node-pre-gyp"
45
- ],
46
"devDependencies": {
47
"mocha": "2.x",
48
"aws-sdk": "2.x"
49
50
"scripts": {
51
"prepublish":"npm ls",
+ "preinstall":"npm install node-pre-gyp",
52
"install": "node-pre-gyp install --fallback-to-build",
53
"pretest": "node test/support/createdb.js",
54
"test": "mocha -R spec --timeout 480000"
0 commit comments