Skip to content

Commit

Permalink
Moves to bundling as a best practice due to mapbox/node-pre-gyp#269
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 1, 2017
1 parent 54e02b7 commit 7ae7182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"scripts": {
"test": "tape test/*.test.js",
"prepublish": "npm ls",
"install": "node-pre-gyp install --fallback-to-build",
"docs": "npm install ^4.0.0-beta5 && documentation build src/*.cpp --polyglot -f md -o API.md"
},
Expand All @@ -19,6 +20,7 @@
"nan": "~2.5.1",
"node-pre-gyp": "~0.6.32"
},
"bundledDependencies":["node-pre-gyp"],
"devDependencies": {
"aws-sdk": "^2.4.7",
"tape": "^4.5.1"
Expand Down

0 comments on commit 7ae7182

Please sign in to comment.