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
path: root/bin
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-01-13 04:25:52 +0400
committerisaacs <i@izs.me>2012-01-13 04:31:25 +0400
commit497db97bd7ac9c51c4cb024c31071dd9aaacc628 (patch)
tree52c0283552eeb732c2f7def7f9e5fd45f3c20fae /bin
parentb320e469bda17a41cd41fcc4c6f324b013bb5c3a (diff)
Remove npm-g/npm_g bin names
Unnecessary and unportable
Diffstat (limited to 'bin')
-rw-r--r--bin/npm-g.cmd6
-rw-r--r--bin/npm_g.cmd6
2 files changed, 0 insertions, 12 deletions
diff --git a/bin/npm-g.cmd b/bin/npm-g.cmd
deleted file mode 100644
index bac9e5f1c..000000000
--- a/bin/npm-g.cmd
+++ /dev/null
@@ -1,6 +0,0 @@
-:: 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
diff --git a/bin/npm_g.cmd b/bin/npm_g.cmd
deleted file mode 100644
index bac9e5f1c..000000000
--- a/bin/npm_g.cmd
+++ /dev/null
@@ -1,6 +0,0 @@
-:: 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