diff --git a/Makefile b/Makefile index ac19833..9cbb4f6 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ testHg: fi publish: - @npm publish + @npm publish --registry https://registry.npmjs.org/ --access public @git tag $(version) @git push origin $(version)