Skip to content

Commit c8c10be

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

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
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-
},
1714
"author": "MatthD",
1815
"license": "MIT",
1916
"dependencies": {

0 commit comments

Comments
 (0)