file-version-bump
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "file-version-bump", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Bump versions in any file with the standard NPM version command", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# File Version Bump | ||
[![npm version](https://img.shields.io/npm/v/file-version-bump.svg?style=flat-square)](https://www.npmjs.com/package/file-version-bump) | ||
`file-version-bump` is an NPM module that works with the built in `npm version` command to update semver version numbers in files other than `package.json`. This all conveniently configured in your `package.json`. | ||
## Usage | ||
Use the standard `npm version` comands. For example: | ||
```sh | ||
npm version patch | ||
``` | ||
[See here for more info](https://docs.npmjs.com/cli/version). | ||
## Installation | ||
@@ -6,0 +18,0 @@ |
8373
43