UNPKG

ssestream

Version:
15 lines (9 loc) 267 B
# Contributing ## Making changes * Use TDD * Update `CHANGELOG.md` when you make a significant change ## Release process Update links in `CHANGELOG.md` and commit. Then: npm version NEW_VERSION npm publish --access public git push && git push --tags