1.0.4 • Published 2 years ago

@fmticketing/common v1.0.4

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

To publish the library

  • create an organization in npm
  • create a npm project npm init -y
  • update the package.json's name '@org_name/lib_name'
  • git init
  • git commit
  • npm login
  • npm publish --access public
  • tsc --init
  • npm install typescript del-cli --save-dev

  • To update the changes npm update @fmticketing/common