chore: correct npm-created git tag

This commit is contained in:
Pat Cavit 2017-03-27 14:28:07 -07:00
parent 7b0674cf65
commit 4d795364b0

View file

@ -18,7 +18,7 @@
"test": "node ospec/bin/ospec",
"posttest": "npm run lint || true",
"cover": "istanbul cover --print both ospec/bin/ospec",
"release": "npm version -m 'v%s'",
"release": "npm version -m \"v%s\"",
"preversion": "npm run test",
"version": "npm run build && git add mithril.js mithril.min.js",
"postversion": "git push --follow-tags"