UNPKG

274 BMarkdownView Raw
1# Contributing to EventSource
2
3If you add or fix something, add tests.
4
5## Release process
6
7Update `HISTORY.md`, Then:
8
9 npm outdated --depth 0 # See if you can upgrade something
10 npm run polyfill
11 git commit ...
12 npm version [major|minor|patch]
13 npm publish