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

14 lines
274 B
Markdown
Raw Normal View History

2019-08-11 18:48:02 +00:00
# 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