Skip to content

Commit

Permalink
docs: describe what colors in outdated mean
Browse files Browse the repository at this point in the history
Fixes: #16224
PR-URL: npm/npm#20408
Credit: @teameh
Reviewed-By: @iarna
  • Loading branch information
teameh authored and iarna committed May 5, 2018
1 parent e0235eb commit 35de046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/cli/npm-outdated.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ In the output:
* `package type` (when using `--long` / `-l`) tells you whether this package is
a `dependency` or a `devDependency`. Packages not included in `package.json`
are always marked `dependencies`.
* Red means there's a newer version matching your semver requirements, so you should update now.
* Yellow indicates that there's a newer version above your semver requirements (usually new major, or new 0.x minor) so proceed with caution.

### An example

Expand Down

0 comments on commit 35de046

Please sign in to comment.