Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 214 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 214 Bytes

Install

npm install

Tests

npm build
npm test

Release

Ensure you're logged in with npm login.

npm version <bump-type>
npm publish
git push origin main tag v<new-version-number>