Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 271 Bytes

File metadata and controls

12 lines (10 loc) · 271 Bytes

Publishing

  • Bump the version in package.json (either manually or using npm version patch)
  • Commit & push to github
  • Create a new release on github with a new tag corresponding to the version in package.json
rm -rf dist
npm run build
npm login
npm publish