2.0.1 • Published 1 year ago
second-demo-project v2.0.1
published to npm
npm init
=> to create package.json- add npm_name scope to package.json, VD: "name": "@jugen/second-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
2.0.1
1 year ago