2.0.0 • Published 3 years ago

@iug122/fluentsql v2.0.0

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

First NPM package

To publish the package for the first time, execute the following command:

  • npm login
  • npm publish --access=public

To publish a patch version of the package, execute the following command:

  • rm -rf .git (only if there are git erros)
  • npm version patch
  • npm publish

To publish a minor version of the package, execute the following command:

  • rm -rf .git (only if there are git erros)
  • npm version minor
  • npm publish

To publish a major version of the package, execute the following command:

  • rm -rf .git (only if there are git erros)
  • npm version major
  • npm publish