@iug122/fluentsql
v2.0.0
Published
__To publish the package for the first time, execute the following command:__ * `npm login` * `npm publish --access=public`
Downloads
1
Readme
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