Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 268 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 268 Bytes

Contributing

Steps to release

# bump the repo version
npm version patch|minor|major

# run the build script
npm run build

# test the distribution
node dist-test.js

# commit the changes
git commit -m "distribute"

# publish the new version
npm publish