Skip to content

Commit

Permalink
makefile: remove the tag on publish thing
Browse files Browse the repository at this point in the history
Hasn't been needed, or used at all by anyone, for a VERY long time.

Also, 'npm i [email protected]' will already get the latest 1.4.x, so I'm not
entirely sure what this was *ever* needed for.
  • Loading branch information
isaacs committed Mar 21, 2014
1 parent 349fab3 commit 8553e91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8553e91

Please sign in to comment.