summaryrefslogtreecommitdiff
path: root/deps/npm/Makefile
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-12-15 08:32:07 -0800
committerisaacs <i@izs.me>2011-12-15 08:32:07 -0800
commit56f65e3c3e1a3b4958291fa79329bde22d8f2b10 (patch)
tree71a4feb66031d30a130c70d50417653035985143 /deps/npm/Makefile
parentae17e2d90afaea9a5ab094b74b0217dabec037f4 (diff)
downloadnode-new-56f65e3c3e1a3b4958291fa79329bde22d8f2b10.tar.gz
npm 1.1.0-beta-4
Diffstat (limited to 'deps/npm/Makefile')
-rw-r--r--deps/npm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/Makefile b/deps/npm/Makefile
index e10381baf7..20686da009 100644
--- a/deps/npm/Makefile
+++ b/deps/npm/Makefile
@@ -110,7 +110,7 @@ version: link
publish: link
git tag -s -m v$(shell npm -v) v$(shell npm -v) &&\
- git push origin master --tags &&\
+ git push origin --tags &&\
npm publish &&\
make doc-publish