fix makefile indentation

This commit is contained in:
Sebastian McKenzie 2015-01-13 22:42:01 +11:00
parent 482b94563e
commit 0f10fbb440

View File

@ -1,10 +1,10 @@
.PHONY: publish
publish:
read -p "Version: " version; \
npm version $$version --message "v%s"
read -p "Version: " version; \
npm version $$version --message "v%s"
bin/without_eval >acorn_csp.js
npm publish
node bin/without_eval >acorn_csp.js
npm publish
git push --follow-tags
git push --follow-tags