Skip to content

Commit fba909a

Browse files
committed
docs(outdated): make wanted be latest version
1 parent 2a03860 commit fba909a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/lib/content/commands/npm-outdated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use `--all` to find all outdated meta-dependencies as well.
1818
In the output:
1919

2020
* `wanted` is the maximum version of the package that satisfies the semver range specified in `package.json`.
21-
If there's no available semver range (i.e. you're running `npm outdated --global`, or the package isn't included in `package.json`), then `wanted` shows the currently-installed version.
21+
If there's no available semver range (i.e. you're running `npm outdated --global`, or the package isn't included in `package.json`), then `wanted` shows the latest version.
2222
* `latest` is the version of the package tagged as latest in the registry.
2323
Running `npm publish` with no special configuration will publish the package with a dist-tag of `latest`.
2424
This may or may not be the maximum version of the package, or the most-recently published version of the package, depending on how the package's developer manages the latest [dist-tag](/commands/npm-dist-tag).

0 commit comments

Comments
 (0)