slack-auditor
v1.0.8
Published
Simple pub/sub solution for the Slack Audit Logs API
Downloads
2
Readme
Publishing to npm
- npm init
- answer all questions
- if already in active git working directory, this will be included in package file
- otherwise, you can (a) git init and add origin then add repository to package.json later or (b) don't use git and publish local compressed archives (tarball)
npm patch
(docs) will increment version patch. Or update the version in thepackage.json
file manually- finally,
npm login
thennpm publish