summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-outdated.md
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-07-12 08:55:57 -0700
committerisaacs <i@izs.me>2013-07-12 08:56:26 -0700
commitff8a4058bfac4f360992cfe7adf04f910282cedc (patch)
treeb271ef198babbc9c46c33bcda9826fbcc6bf0a6d /deps/npm/doc/cli/npm-outdated.md
parent6d91bd37075a53f42bab01915fa89ba4a4f0a075 (diff)
downloadnode-new-ff8a4058bfac4f360992cfe7adf04f910282cedc.tar.gz
npm: Upgrade to 1.3.3
Diffstat (limited to 'deps/npm/doc/cli/npm-outdated.md')
-rw-r--r--deps/npm/doc/cli/npm-outdated.md17
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)