Fix version script [skip ci]

For some reason, it was never updated to include the stream bundle.
This commit is contained in:
Isiah Meadows 2019-02-05 11:40:42 -05:00
parent c803918f00
commit 02844a0b89

View file

@ -24,7 +24,7 @@
"cover": "istanbul cover --print both ospec/bin/ospec", "cover": "istanbul cover --print both ospec/bin/ospec",
"release": "npm version -m 'v%s'", "release": "npm version -m 'v%s'",
"preversion": "npm run test", "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" "postversion": "git push --follow-tags"
}, },
"devDependencies": { "devDependencies": {