We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bae44c commit 952d6bcCopy full SHA for 952d6bc
.gitignore
@@ -147,8 +147,8 @@ build/Release
147
148
# Dependency directories
149
node_modules/*
150
-!node_modules/.bin/
151
-!node_modules/.bin/node-pre-gyp
+#!node_modules/.bin/
+#!node_modules/.bin/node-pre-gyp
152
!node_modules/node-pre-gyp/
153
!node_modules/node-pre-gyp/**/*
154
node_modules/node-pre-gyp/node_modules/*
node_modules/.bin/node-pre-gyp
package.json
@@ -11,6 +11,9 @@
11
"test": "mocha",
12
"install": "node-pre-gyp install --fallback-to-build"
13
},
14
+ "bin": {
15
+ "node-pre-gyp": "./node_modules/node-pre-gyp/bin/node-pre-gyp"
16
+ },
17
"author": "MatthD",
18
"license": "MIT",
19
"dependencies": {
0 commit comments