.mversionrc 178 B

12345678
  1. {
  2. "commitMessage": "Bumped version to %s",
  3. "tagName": "%s",
  4. "scripts": {
  5. "preupdate": "npm run min",
  6. "postupdate": "git push && git push --tags && npm publish"
  7. }
  8. }