Skip to content

Commit 986bb6f

Browse files
committed
Update package.json
add mkdirp and rimraf to bundledependencies in order for node-pre-gyp to properly install with node
1 parent 0c0ab78 commit 986bb6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@
5454
"xmlbuilder": "^4.2.1"
5555
},
5656
"bundleDependencies": [
57+
"mkdirp",
5758
"nan",
5859
"node-cmake",
59-
"node-pre-gyp"
60+
"node-pre-gyp",
61+
"rimraf"
6062
],
6163
"main": "lib/index.js",
6264
"binary": {

0 commit comments

Comments
 (0)