version-push
v1.0.1
Published
This helps to increase the version number of package.json file
Downloads
11
Maintainers
Readme
Version Pusher
- This is used to push command to the respective branch
- Also is used to maintain the semantic versioning
step 1 : add this inside package.json
"scripts": {
"push": "node ./node_modules/version-push"
}
step 2 : then you can add this command in terminal to run the command
npm run push