epersonam-notification-client
v1.3.1
Published
Client JS Notification library
Keywords
Readme
Notification Client
- Provides the UI components to list notifications.
- WARNING: Before committing please run
yarnso thedistpackage gets updated!
Publish
- Bump the
package.jsonversion. - Update CHANGELOG.md with changes.
- Merge to Master branch: the pipeline will deploy your new version in https://www.npmjs.com/package/epersonam-notification-client
note: during a PR, the pipeline checks if you did update both CHANGELOG.md and package.json. If not gives an error.
Manual Publish (old way, deprecated)
- Bump the
package.jsonversion. - Update CHANGELOG.md with changes.
- Publish to NPM registry:
1. Login to NPM:
npm login. 2. Publish to NPM:npm publish
Install
Run the following, also whenever you want to update to latest version as we currently don't go with npm registry.
yarn add epersonam-notification-clientWork locally
Node version: v14.15.4
Build in this project with 'yarn'
Copy and paste new generated /dist/index.js inside node_modules/ of your project
