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:
authorDean Landolt <dean@deanlandolt.com>2011-09-07 05:02:36 +0400
committerDean Landolt <dean@deanlandolt.com>2011-09-07 05:02:36 +0400
commit49a9840badf43ecdcffb1d31a2deee77645e25cf (patch)
tree9a527d0001772ff2e464a346c87c4f8a1ffd15e2 /bin
parent55b85ddeb99f132f365881d6dd1bf363930a67e4 (diff)
make command proxy silent
Diffstat (limited to 'bin')
-rw-r--r--bin/npm.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/npm.cmd b/bin/npm.cmd
index 0fe2b81a6..387fc26fa 100644
--- a/bin/npm.cmd
+++ b/bin/npm.cmd
@@ -1 +1 @@
-node %~dp0\..\npm.js %*
+@node %~dp0\..\npm.js %*