3.0.2 • Published 2 years ago
pseudo-patch v3.0.2
pseudo-patch 
this was a silly edge case solve and an excuse to learn something new, published here so I can easily reuse, and hey.. it might be helpful to someone else out there ¯\_(ツ)_/¯
Install
yarn add pseudo-patch
{
"scripts": {
"pseudo-patch": "node ./node_modules/pseudo-patch"
}
}
Usage
npm run pseudo-patch [opts]
What it does
nothing more then increase the package.json, by default and design it will be a patch
update. But I later extended it out of bordem to support --major
and --minor
flags should anyone out there actuall want, or need it.
{
"name": "your-project",
- "version": "1.0.0",
+ "version": "1.0.1",
}
Options
$ pseudo-patch
-s, --spacing <number> Preferred JSON file indent spaces (defaults to 2)
-p, --path <string> path to package.json (if not <projectRoot>/package.json)
--major force increment as a major change
--minor force increment as a minor change
2.2.1
2 years ago
2.1.2
2 years ago
2.2.0
2 years ago
2.2.2
2 years ago
3.0.2
2 years ago
3.0.1
2 years ago
3.0.0
2 years ago
2.1.1
4 years ago
2.1.0
4 years ago
1.2.0-beta
4 years ago
2.0.0
4 years ago
1.2.0
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago