Restore node-pre-gyp bundled dependency

This commit is contained in:
Ilari Mäkimattila 2019-03-13 17:45:43 +01:00
parent 5baa8a12a5
commit fee09c623f
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
"install": "node-pre-gyp install",
"prepublishOnly": "git submodule update --init --recursive && node copy_well_known_protos.js"
},
"bundledDependencies": ["node-pre-gyp"],
"dependencies": {
"node-pre-gyp": "^0.12.0"
},