chore: correct npm-created git tag
This commit is contained in:
parent
7b0674cf65
commit
4d795364b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue