e93c0a78364a34e80b5f9464cb0d36ec32357369b6858e96e10167e695b789de66b78d49d9160b53a36a118299260c396549c4737dce5defb509a81ce5a7ab 274 B

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