@tj-movies-ticket/common
v0.21.0
Published
Shared library for movie ticket microservice app
Downloads
7
Readme
Common package used by all the microservices
Library contains following
- errors
- middlewares
To update the shared package
- Run
npm i
to add node modules - Make changes and commit
- Make build
npm run build
- Run
npm version minor
to update version number - Run
npm publish --access public
to push latest changes to npm
Update library in consumer project
- Run
npm update @tj-movies-ticket/common