/var/www/cobraambalaj/node_modules/eventsource
NameSizeModeActions
example/-0755rm
lib/-0755rm
.editorconfig5230644editdlrm
.travis.yml720644editdlrm
CONTRIBUTING.md2740644editdlrm
HISTORY.md84930644editdlrm
LICENSE10870644editdlrm
package.json22630644editdlrm
README.md33120644editdlrm
yarn.lock1297510644editdlrm
Edit: /var/www/cobraambalaj/node_modules/eventsource/CONTRIBUTING.md (274B)
# 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