From f645c40fcd92ca929e03e65d8a8f4ebb05e2cea2 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 19 Jan 2014 21:13:20 -0800 Subject: npm: Upgrade to v1.3.24 --- deps/npm/html/doc/cli/npm-docs.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'deps/npm/html/doc/cli/npm-docs.html') diff --git a/deps/npm/html/doc/cli/npm-docs.html b/deps/npm/html/doc/cli/npm-docs.html index ed60c8724..bc4a76e93 100644 --- a/deps/npm/html/doc/cli/npm-docs.html +++ b/deps/npm/html/doc/cli/npm-docs.html @@ -10,17 +10,18 @@

SYNOPSIS

-
npm docs <pkgname>
+
npm docs [<pkgname> [<pkgname> ...]]
 npm docs (with no args in a package dir)
-npm home <pkgname>
+npm home [<pkgname> [<pkgname> ...]]
 npm home (with no args in a package dir)

DESCRIPTION

This command tries to guess at the likely location of a package's documentation URL, and then tries to open it using the --browser -config param. If no package name is provided, it will search for -a package.json in the current folder and use the name property.

+config param. You can pass multiple package names at once. If no +package name is provided, it will search for a package.json in +the current folder and use the name property.

CONFIGURATION

@@ -40,7 +41,7 @@ a package.json in the current folder and use the name - +