0.2.0 • Published 5 years ago
@petpaw/notification-sdk v0.2.0
Installation
install dev channel
npm install @petpaw/notification-sdk@alphainstall staging channel
npm install @petpaw/notification-sdk@betainstall production channel
npm install @petpaw/notification-sdk@latestFor development
- build project with npm run build
- distdirectory will be created
- go to example directory by npm install && npm start
- example project will use the the built library from distdirectory
Manual publish to NPM registry
- generate token from npm
- set generated token as NPM_TOKEN
export NPM_TOKEN={token}- bump version before publish (use version-bump-prompt)
npm install -g @jsdevtools/version-bump-prompt
bump major  # for master
bump prerelease # for beta
bump patch  # for develop- publish package to npm
npm publish --access public --tag <CUSTOM_TAG>