diff options
Diffstat (limited to 'deps/npm/doc/cli/outdated.md')
-rw-r--r-- | deps/npm/doc/cli/outdated.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/deps/npm/doc/cli/outdated.md b/deps/npm/doc/cli/outdated.md deleted file mode 100644 index 78df4a8b3..000000000 --- a/deps/npm/doc/cli/outdated.md +++ /dev/null @@ -1,17 +0,0 @@ -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(1) -* npm-folders(1) |