Contributing

April 8, 2026 ยท View on GitHub

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