bump-package-versions
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "bump-package-versions", | ||
"version": "1.0.2", | ||
"description": "Bump the version of multiple package.json and package-lock.json files with one command", | ||
"main": "./index.mjs", | ||
"bin": "./index.mjs", | ||
"scripts": { | ||
"start": "node ./index.mjs --part patch --strategy=highest ./package.json", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"bump", | ||
"version", | ||
"package.json", | ||
"package-lock.json", | ||
"versions", | ||
"single", | ||
"command", | ||
"major", | ||
"minor", | ||
"patch", | ||
"newest", | ||
"separate" | ||
], | ||
"author": "Bert Verhelst", | ||
"license": "MIT", | ||
"dependencies": { | ||
"yargs": "^17.6.2" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
} | ||
"name": "bump-package-versions", | ||
"version": "1.0.3", | ||
"description": "Bump the version of multiple package.json and package-lock.json files with one command", | ||
"main": "./index.mjs", | ||
"bin": "./index.mjs", | ||
"scripts": { | ||
"start": "node ./index.mjs --part patch --strategy=highest ./package.json", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"bump", | ||
"version", | ||
"package.json", | ||
"package-lock.json", | ||
"versions", | ||
"single", | ||
"command", | ||
"major", | ||
"minor", | ||
"patch", | ||
"newest", | ||
"separate" | ||
], | ||
"author": "Bert Verhelst", | ||
"license": "MIT", | ||
"dependencies": { | ||
"yargs": "^17.6.2" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
} | ||
} |
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
7836