1.0.2 • Published 2 years ago
first-demo-project v1.0.2
published to npm
npm init=> to create package.json- add npm_name scope to package.json, VD: "name": "@jugen/first-demo-project"
npm login=> OTP code in emailnpm publish --access public(first time)- When update project exist => change version and run
npm publish
Pull package and update
- npm pack <package_name>
- unzip this packe (change name folder, if you want)
- change version in package.json
- change code ...
- Login:
npm login - Publish:
npm publish