From 4d795364b009e8cbba7729b8d5ff2553f1d1d957 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Mon, 27 Mar 2017 14:28:07 -0700 Subject: [PATCH] chore: correct npm-created git tag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d05fbd64..89ce268f 100644 --- a/package.json +++ b/package.json @@ -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"