@rt_ecommerce/common-helpers
v1.7.3
Published
Common Helper functions for node application
Downloads
4
Readme
Common helpers for ecommerce node services
- https://github.com/Rumit0270/ecommerce
Steps for publishing new package version
- Login with npm
npm login
- Make changes and build the project
npm run clean
npm run build
Add all changes and commit the code
Increment the version with
npm version patch
- Publish the package (access option is used for public package)
npm publish --access public