1.0.3 • Published 6 years ago
pbro-npm-helloworld v1.0.3
This is my first NPM-Package
The Steps:
login to npm
npm adduser
initialize package
npm init
add some code
publish to npm
npm publish
To Update your package
increase the npm package version
npm version *.*.*
publish again
npm publish