diff options
Diffstat (limited to 'deps/npm/doc/cli/npm-outdated.md')
-rw-r--r-- | deps/npm/doc/cli/npm-outdated.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-outdated.md b/deps/npm/doc/cli/npm-outdated.md new file mode 100644 index 0000000000..b82b666fd2 --- /dev/null +++ b/deps/npm/doc/cli/npm-outdated.md @@ -0,0 +1,17 @@ +npm-outdated(1) -- Check for outdated packages +============================================== + +## SYNOPSIS + + npm outdated [<name> [<name> ...]] + +## DESCRIPTION + +This command will check the registry to see if any (or, specific) installed +packages are currently outdated. + +## SEE ALSO + +* npm-update(1) +* npm-registry(7) +* npm-folders(7) |