Commit 455aa4a
authored
docs: use the latest version for global update and outdated's
For now, `npm outdated`'s document shows `wanted` field for global `npm
outdated` is always the same as `current` field, but the runtime
behavior shows `npm outdated` prints `wanted` as latest version.
Considering `npm update`'s behavior, it should be a document issue.
This PR fixes it by saying `the latest version` instead of
`currently-installed version`.
## References
Close #3612wanted (#9401)1 parent 4bcba54 commit 455aa4a
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
| 131 | + | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
| |||
0 commit comments