Update readme when releasing, too

This commit is contained in:
Isiah Meadows 2019-07-16 21:58:37 -04:00
parent 17f2ab2645
commit c30a716e49

View file

@ -22,7 +22,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 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" "postversion": "git push --follow-tags"
}, },
"devDependencies": { "devDependencies": {