1.0.5 • Published 3 years ago

@kornorg/common v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

ecommerce-common

Shared library for services of the ecommerce example application

Dependencies

  • npm install typescript del-cli --save-dev
    • --save-dev when you only want dependencies for development
    • They do not get installed when adding the package to another service
  • npm install express express-validator cookie-session jsonwebtoken @types/cookie-session @types/express @types/jsonwebtoken

Publishing the Package

  • Commit changes with git
  • npm version patch
  • npm run build
  • npm publish

Update package for service

Back in the ecommerce-app, run npm update @kornorg/common for the desired service