1.0.3 • Published 11 months ago

@project-abcd/common v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Steps to publish this on NPM registry

Make sure you are login into npm in npm cli

  1. Create an organisation in NPM registry for example project-abcd

  2. change the name in package.json

{
  "name": "@project-abcd/common"
  // ... rest
}
  1. Everytime you publish new release
git add .
git commit -am "changed something"
npm run pub
  1. Everywhere else where you are using this package
npm update @project-abcd/common --save