summaryrefslogtreecommitdiff
path: root/deps/npm/Makefile
diff options
context:
space:
mode:
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