bump-package-versions
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "bump-package-versions", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Bump the version of multiple package.json and package-lock.json files with one command", | ||
@@ -5,0 +5,0 @@ "main": "./index.mjs", |
@@ -20,5 +20,5 @@ # bump-package-versions | ||
result: | ||
* ./package.json 1.0.0 => 5.2.1 | ||
* ./client/package.json 2.3.4 => 5.2.1 | ||
* ./server/package.json 5.2.0 => 5.2.1 | ||
* ./package.json `1.0.0` => `5.2.1` | ||
* ./client/package.json `2.3.4` => `5.2.1` | ||
* ./server/package.json `5.2.0` => `5.2.1` | ||
@@ -32,5 +32,5 @@ ### Bump each of the package.json files minor version separately | ||
result: | ||
* ./package.json 1.0.0 => 1.1.0 | ||
* ./client/package.json 2.3.4 => 2.4.0 | ||
* ./server/package.json 5.2.0 => 5.3.0 | ||
* ./package.json `1.0.0` => `1.1.0` | ||
* ./client/package.json `2.3.4` => `2.4.0` | ||
* ./server/package.json `5.2.0` => `5.3.0` | ||
@@ -50,4 +50,6 @@ ## Options | ||
-h, --help Show help [boolean] | ||
--version Show version number [boolean] | ||
![syntax-diagram.png](https://github.com/bertyhell/bump-package-versions/blob/master/syntax-diagram.png?raw=true) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53
7877
132