Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-11-17 03:26:35 +0400
committerisaacs <i@izs.me>2011-11-17 03:26:35 +0400
commit80c7f1eba41e05825f4c941f4361192a0619822e (patch)
tree81010f673231bf66d14e2092fab80314f97fd468 /bin/npm.cmd
parent3136abc5c6b3ed332c4700ece24450fada63639b (diff)
npm cmd files, for easier node msi building
Diffstat (limited to 'bin/npm.cmd')
-rw-r--r--bin/npm.cmd6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/npm.cmd b/bin/npm.cmd
new file mode 100644
index 000000000..bac9e5f1c
--- /dev/null
+++ b/bin/npm.cmd
@@ -0,0 +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" %*
+) ELSE (
+ node "%~dp0\.\node_modules\npm\bin\npm-cli.js" %*
+) \ No newline at end of file