Skip to content

Commit ed63459

Browse files
author
Moritz Raguschat
committed
Revert inclusion of pre-bundled node-pre-gyp into Git repo.
This reverts commit e0d8acc.
1 parent 837c017 commit ed63459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"test": "mocha",
12-
"install": "./node_modules/node-pre-gyp/bin/node-pre-gyp install --fallback-to-build"
12+
"install": "node-pre-gyp install --fallback-to-build"
1313
},
1414
"bin": {
1515
"node-pre-gyp": "./node_modules/node-pre-gyp/bin/node-pre-gyp"

0 commit comments

Comments
 (0)