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
parent 0c0ab78f13
commit 986bb6f93d

View File

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