Skip to content

Commit

Permalink
Merge pull request #148 from mapbox/unbundle
Browse files Browse the repository at this point in the history
stop bundling node-pre-gyp
  • Loading branch information
springmeyer authored Jul 9, 2018
2 parents 24e16bd + 35b0225 commit 616841d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"scripts": {
"test": "tape test/*.test.js",
"prepublishOnly": "npm ls",
"install": "node-pre-gyp install --fallback-to-build",
"docs": "documentation build src/standalone_async/*.cpp src/standalone/*.cpp src/object_sync/*.cpp src/object_async/*.cpp --polyglot -f md -o API.md"
},
Expand All @@ -21,9 +20,6 @@
"nan": "~2.10.0",
"node-pre-gyp": "~0.10.0"
},
"bundledDependencies": [
"node-pre-gyp"
],
"devDependencies": {
"aws-sdk": "^2.4.7",
"tape": "^4.5.1",
Expand Down

0 comments on commit 616841d

Please sign in to comment.