From 353e4c1748475477d50e1b1f323b3fcde7fd3da5 Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Thu, 6 Dec 2018 00:31:53 -0500 Subject: [PATCH] Make sure to include new bundles in `version` script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84ca82b8..fdcfcd21 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,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 mithril.js mithril.min.js", + "version": "npm run build && git add mithril.js mithril.min.js mithril.mjs mithril.min.mjs", "postversion": "git push --follow-tags" }, "devDependencies": {