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