summaryrefslogtreecommitdiff
path: root/deps/npm/doc/api/outdated.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-11-21 09:48:45 -0800
committerRyan Dahl <ry@tinyclouds.org>2011-11-21 10:50:52 -0800
commitb488be127a8cf1e59eb257db3f8eaf6efdb0f275 (patch)
tree83436f4f84b9651ea66c3a0d304050252916c149 /deps/npm/doc/api/outdated.md
parent05de01d707cd9a80f34da23445f507f5f2e2c277 (diff)
downloadnode-new-b488be127a8cf1e59eb257db3f8eaf6efdb0f275.tar.gz
Include NPM, update .pkg to install it.
.msi update coming soon.
Diffstat (limited to 'deps/npm/doc/api/outdated.md')
-rw-r--r--deps/npm/doc/api/outdated.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/deps/npm/doc/api/outdated.md b/deps/npm/doc/api/outdated.md
new file mode 100644
index 0000000000..89f4cf6faa
--- /dev/null
+++ b/deps/npm/doc/api/outdated.md
@@ -0,0 +1,13 @@
+npm-outdated(3) -- Check for outdated packages
+==============================================
+
+## SYNOPSIS
+
+ npm.commands.outdated([packages,] callback)
+
+## DESCRIPTION
+
+This command will check the registry to see if the specified packages are
+currently outdated.
+
+If the 'packages' parameter is left out, npm will check all packages.