Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 221 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (5 loc) · 221 Bytes

Testing

To test within a node environment, run npm run test

To test within a browser environment, run npm run test-browser

Releases

Run npm publish to release; you will be prompted to update the version tag.