summaryrefslogtreecommitdiff
path: root/deps/npm/bin/npm.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/bin/npm.cmd')
-rw-r--r--deps/npm/bin/npm.cmd8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/bin/npm.cmd b/deps/npm/bin/npm.cmd
index bac9e5f1c4..7720e20529 100644
--- a/deps/npm/bin/npm.cmd
+++ b/deps/npm/bin/npm.cmd
@@ -1,6 +1,6 @@
:: Created by npm, please don't edit manually.
-@IF EXIST "%~dp0"\"node.exe" (
- "%~dp0"\"node.exe" "%~dp0\.\node_modules\npm\bin\npm-cli.js" %*
+@IF EXIST "%~dp0\node.exe" (
+ "%~dp0\node.exe" "%~dp0\.\node_modules\npm\bin\npm-cli.js" %*
) ELSE (
- node "%~dp0\.\node_modules\npm\bin\npm-cli.js" %*
-) \ No newline at end of file
+ node "%~dp0\.\node_modules\npm\bin\npm-cli.js" %*
+)