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>2014-03-21 21:47:37 +0400
committerisaacs <i@izs.me>2014-03-21 21:47:37 +0400
commit8553e91b5d9b66730f16fdef24a4290e069a0382 (patch)
treeaba1971fbba28f715954c7f677c3b4336978cc3e /Makefile
parent349fab3cdaafc8826cd17e34641cdd61bc95636e (diff)
makefile: remove the tag on publish thing
Hasn't been needed, or used at all by anyone, for a VERY long time. Also, 'npm i npm@1.4' will already get the latest 1.4.x, so I'm not entirely sure what this was *ever* needed for.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0b85216d..870965b52 100644
--- a/Makefile
+++ b/Makefile
@@ -169,7 +169,6 @@ publish: link doc
git push origin &&\
git push origin --tags &&\
npm publish &&\
- npm tag npm@$(shell npm -v) $(shell npm -v | awk -F. '{print $$1 "." $$2}') &&\
make doc-publish &&\
make zip-publish