1.0.9 • Published 2 years ago

@najasenter/common v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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