@sunami/auth
v0.4.0
Published
A package of comman authentication functions used for all Sunami LLC related projects.
Downloads
9
Readme
@sunami/auth
A package of comman authentication functions used for all Sunami LLC related projects.
Installation
Run: npm i -S @sunami/auth
Publishing
First, bump the version with, one of these commands:
npm version patch
npm version minor
npm version major
Then build the code, with: npm run build
Lastly, publish with: npm publish
NOTE: You need to be logged into NPM and have access to the Sunami organization.