summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-version.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm-version.md')
-rw-r--r--deps/npm/doc/cli/npm-version.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/npm/doc/cli/npm-version.md b/deps/npm/doc/cli/npm-version.md
index b30b6a3a2..69f3581bf 100644
--- a/deps/npm/doc/cli/npm-version.md
+++ b/deps/npm/doc/cli/npm-version.md
@@ -8,7 +8,7 @@ npm-version(1) -- Bump a package version
## DESCRIPTION
Run this in a package directory to bump the version and write the new
-data back to the package.json file.
+data back to `package.json` and, if present, `npm-shrinkwrap.json`.
The `newversion` argument should be a valid semver string, *or* a
valid second argument to semver.inc (one of "patch", "minor", "major",
@@ -38,6 +38,7 @@ in your git config for this to work properly. For example:
Enter passphrase:
+
## SEE ALSO
* npm-init(1)