Skip to content

Commit

Permalink
stop bundling node-pre-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 15, 2016
1 parent 31acb8a commit 9a038b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@
"nan": "~2.3.3",
"node-pre-gyp": "~0.6.28"
},
"bundledDependencies": [
"node-pre-gyp"
],
"devDependencies": {
"mocha": "2.x",
"aws-sdk": "2.x"
},
"scripts": {
"prepublish":"npm ls",
"preinstall":"npm install node-pre-gyp",
"install": "node-pre-gyp install --fallback-to-build",
"pretest": "node test/support/createdb.js",
"test": "mocha -R spec --timeout 480000"
Expand Down

0 comments on commit 9a038b5

Please sign in to comment.