Automatically bumps version in the package.json on build.
Usage
"scripts": {
"build": "... && version-up"
}
It will bumb only the last number (1.0.1 -> 1.0.2)
Automatically bumps version in the package.json on build.
Usage
"scripts": {
"build": "... && version-up"
}
It will bumb only the last number (1.0.1 -> 1.0.2)