From b488be127a8cf1e59eb257db3f8eaf6efdb0f275 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 21 Nov 2011 09:48:45 -0800 Subject: Include NPM, update .pkg to install it. .msi update coming soon. --- deps/npm/doc/api/outdated.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deps/npm/doc/api/outdated.md (limited to 'deps/npm/doc/api/outdated.md') 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. -- cgit v1.2.1