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>2010-08-07 23:37:35 +0400
committerisaacs <i@izs.me>2010-08-07 23:37:35 +0400
commitebdc46340dbc7e7847c3a817feb68fa091b19c59 (patch)
tree83d786dd0c6c72cc4be3ce5dd52d0bee44c3c66f /Makefile
parentc371bd2d3133731dda675b4593295ebc8e129e70 (diff)
Remove the --auto-activate line, since that's the default now anyway.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c4a424023..d3728dcd3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,13 +8,13 @@ doc_subfolders = $(shell find doc -type d \
)
install:
- ./cli.js --auto-activate always install npm@stable
+ ./cli.js install npm
dev:
- ./cli.js --auto-activate always install .
+ ./cli.js install .
link:
- ./cli.js --auto-activate always link .
+ ./cli.js link .
uninstall:
./cli.js cache clean