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