From 8553e91b5d9b66730f16fdef24a4290e069a0382 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 21 Mar 2014 10:47:37 -0700 Subject: [PATCH] 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. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index b0b85216d8996..870965b52e485 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