Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 342 Bytes

HELP.md

File metadata and controls

27 lines (20 loc) · 342 Bytes

Update the package

First make whatever changes that you want.

Commit the changes

Build files

yarn build

Bump the npm version

# To bump major version vX.0.0
npm version major

# To bump minor version v0.X.0
npm version minor

# To bump patch or bug fix version v0.0.X
npm version patch 

Publish

npm publish