From 02844a0b89b5dfa54a54c84463f401d044453c19 Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Tue, 5 Feb 2019 11:40:42 -0500 Subject: [PATCH] Fix version script [skip ci] For some reason, it was never updated to include the stream bundle. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45c0b9f7..fd1f3842 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 mithril.mjs mithril.min.mjs", + "version": "npm run build && git add mithril.js mithril.min.js mithril.mjs mithril.min.mjs stream/stream.mjs", "postversion": "git push --follow-tags" }, "devDependencies": {