Skip to content

Commit 952d6bc

Browse files
author
Moritz Raguschat
committed
trying to get bin installed properly
1 parent 1bae44c commit 952d6bc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ build/Release
147147

148148
# Dependency directories
149149
node_modules/*
150-
!node_modules/.bin/
151-
!node_modules/.bin/node-pre-gyp
150+
#!node_modules/.bin/
151+
#!node_modules/.bin/node-pre-gyp
152152
!node_modules/node-pre-gyp/
153153
!node_modules/node-pre-gyp/**/*
154154
node_modules/node-pre-gyp/node_modules/*

node_modules/.bin/node-pre-gyp

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"test": "mocha",
1212
"install": "node-pre-gyp install --fallback-to-build"
1313
},
14+
"bin": {
15+
"node-pre-gyp": "./node_modules/node-pre-gyp/bin/node-pre-gyp"
16+
},
1417
"author": "MatthD",
1518
"license": "MIT",
1619
"dependencies": {

0 commit comments

Comments
 (0)