Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 287 Bytes

File metadata and controls

21 lines (15 loc) · 287 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
node dist-test.mjs

# commit the changes
git commit -m "distribute"

# publish the new version
npm publish