summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/bin/node-gyp-bin/node-gyp.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/bin/node-gyp-bin/node-gyp.cmd')
-rwxr-xr-xdeps/node/deps/npm/bin/node-gyp-bin/node-gyp.cmd5
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/node/deps/npm/bin/node-gyp-bin/node-gyp.cmd b/deps/node/deps/npm/bin/node-gyp-bin/node-gyp.cmd
deleted file mode 100755
index 083c9c58..00000000
--- a/deps/node/deps/npm/bin/node-gyp-bin/node-gyp.cmd
+++ /dev/null
@@ -1,5 +0,0 @@
-if not defined npm_config_node_gyp (
- node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
-) else (
- node "%npm_config_node_gyp%" %*
-)