0.2.0 • Published 4 years ago

@petpaw/notification-sdk v0.2.0

Weekly downloads
2
License
Apache-2.0
Repository
-
Last release
4 years ago

Installation

install dev channel

npm install @petpaw/notification-sdk@alpha

install staging channel

npm install @petpaw/notification-sdk@beta

install production channel

npm install @petpaw/notification-sdk@latest

For development

  • build project with npm run build
  • dist directory will be created
  • go to example directory by npm install && npm start
  • example project will use the the built library from dist directory

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>
0.2.0

4 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago