From c30a716e49adf3f6759de3c813d8428254bdaeb8 Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Tue, 16 Jul 2019 21:58:37 -0400 Subject: [PATCH] Update readme when releasing, too --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09ee9bcf..9fa0f6f4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "cover": "istanbul cover --print both ospec/bin/ospec", "release": "npm version -m 'v%s'", "preversion": "npm run test", - "version": "npm run build && git add index.js mithril.js mithril.min.js", + "version": "npm run build && git add index.js mithril.js mithril.min.js README.md", "postversion": "git push --follow-tags" }, "devDependencies": {