This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/eventsource/CONTRIBUTING.md
2019-08-11 20:48:02 +02:00

13 lines
274 B
Markdown

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