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
0c0ab78f13
commit
986bb6f93d
@ -54,9 +54,11 @@
|
|||||||
"xmlbuilder": "^4.2.1"
|
"xmlbuilder": "^4.2.1"
|
||||||
},
|
},
|
||||||
"bundleDependencies": [
|
"bundleDependencies": [
|
||||||
|
"mkdirp",
|
||||||
"nan",
|
"nan",
|
||||||
"node-cmake",
|
"node-cmake",
|
||||||
"node-pre-gyp"
|
"node-pre-gyp",
|
||||||
|
"rimraf"
|
||||||
],
|
],
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"binary": {
|
"binary": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user