@najasenter/common
v1.0.9
Published
To publish the first time initilize as git * git init * git add . * git commit -m "message here" * npm publish --access public * if it fails npm adduser (add login) * after that repost again * next publish * git add . * git commit -m "
Downloads
4
Maintainers
Readme
To publish the first time initilize as git
- git init
- git add .
- git commit -m "message here"
- npm publish --access public
- if it fails npm adduser (add login)
- after that repost again
- next publish
- git add .
- git commit -m "message here"
- npm run build
- npm publish
- to change version
npm version patch