fix version variable reference

This commit is contained in:
Sebastian McKenzie 2014-10-15 20:38:35 +11:00
parent 6e5e593840
commit 93f6bd7b3f

View File

@ -48,7 +48,7 @@ publish:
test -f templates.json test -f templates.json
read -p "Version: " version; \ read -p "Version: " version; \
npm version $(version) --message "v%s" npm version $$version --message "v%s"
npm publish npm publish
git push --follow-tags git push --follow-tags