3.0.2 • Published 12 months ago

pseudo-patch v3.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

pseudo-patch npm version

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

12 months ago

2.1.2

12 months ago

2.2.0

12 months ago

2.2.2

12 months ago

3.0.2

12 months ago

3.0.1

12 months ago

3.0.0

12 months ago

2.1.1

3 years ago

2.1.0

3 years ago

1.2.0-beta

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago