Skip to content

Commit 9a038b5

Browse files
author
Dane Springmeyer
committed
stop bundling node-pre-gyp
1 parent 31acb8a commit 9a038b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,13 @@
4040
"nan": "~2.3.3",
4141
"node-pre-gyp": "~0.6.28"
4242
},
43-
"bundledDependencies": [
44-
"node-pre-gyp"
45-
],
4643
"devDependencies": {
4744
"mocha": "2.x",
4845
"aws-sdk": "2.x"
4946
},
5047
"scripts": {
5148
"prepublish":"npm ls",
49+
"preinstall":"npm install node-pre-gyp",
5250
"install": "node-pre-gyp install --fallback-to-build",
5351
"pretest": "node test/support/createdb.js",
5452
"test": "mocha -R spec --timeout 480000"

0 commit comments

Comments
 (0)