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:
Huyen Chau Nguyen 2018-02-15 14:34:35 +01:00 committed by GitHub
parent faff2c774d
commit 975ede4bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {