Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Commit

Permalink
Bundle node-pre-gyp
Browse files Browse the repository at this point in the history
Moves to bundling as a best practice due to mapbox/node-pre-gyp#269
  • Loading branch information
springmeyer authored and Dane Springmeyer committed Apr 28, 2017
1 parent 93652b2 commit 4307857
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@
"node-pre-gyp": "~0.6.32",
"nan": "~2.5.1",
"protozero": "~1.5.1"
},
},
"bundledDependencies":["node-pre-gyp"],
"scripts": {
"test": "tape test/*.test.js",
"install": "node-pre-gyp install --fallback-to-build",
"preinstall": "npm install node-pre-gyp"
"prepublish": "npm ls"
},
"devDependencies": {
"tape": "^4.6.3"
},
"main": "./index.js",
"description": "C++ protobuf cache used by carmen"
}
}

0 comments on commit 4307857

Please sign in to comment.