1.0.38 • Published 6 months ago

xp-update-version-script v1.0.38

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

xp-update-version-script

npm version

A script to programmatically update version numbers in package.json.

Installation

Install the package globally using Yarn:

yarn global add xp-update-version-script

Usage

After installing the package globally, you can run the update-version command in any project. The script increments the patch version in the package.json file.

Adding to package.json

To use the update-version script as a npm script in your project, add the following to your package.json:

{
  "scripts": {
    "update-version": "update-version"
  },
  // ... other fields ...
}

Now, you can run the script using:

yarn run update-version
1.0.38

6 months ago

1.0.37

6 months ago

1.0.36

6 months ago

1.0.35

6 months ago

1.0.34

6 months ago