Skip to content

Commit b47d1f5

Browse files
committed
fix: node-gyp files should be executable
1 parent bc1cdbc commit b47d1f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,11 @@
5454
"index.js",
5555
"lib",
5656
"node-gyp-bin"
57-
]
57+
],
58+
"publishConfig": {
59+
"executableFiles": [
60+
"./node-gyp-bin/node-gyp",
61+
"./node-gyp-bin/node-gyp.cmd"
62+
]
63+
}
5864
}

0 commit comments

Comments
 (0)