Update package.json
add mkdirp and rimraf to bundledependencies in order for node-pre-gyp to properly install with node
This commit is contained in:
parent
faff2c774d
commit
975ede4bec
@ -54,9 +54,11 @@
|
||||
"xmlbuilder": "^4.2.1"
|
||||
},
|
||||
"bundleDependencies": [
|
||||
"mkdirp",
|
||||
"nan",
|
||||
"node-cmake",
|
||||
"node-pre-gyp"
|
||||
"node-pre-gyp",
|
||||
"rimraf"
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"binary": {
|
||||
|
Loading…
Reference in New Issue
Block a user