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-10-10 01:50:36 +0400
committerisaacs <i@izs.me>2011-10-10 01:50:36 +0400
commit26e4f5cb684b3a46f15c77c8b32c32c86c4abd11 (patch)
tree75c1e54a5a01f223711d2fca004bbacb0d587f17 /Makefile
parent8237291ff3265eddac599e19083cc1ce92ea690e (diff)
make clean removes npmrc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 98881a692..e10381baf 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ link: uninstall
node cli.js link -f
clean: doc-clean uninstall
+ rm npmrc
node cli.js cache clean
uninstall: submodules