diff --git a/deps/npm/doc/cli/npm-adduser.md b/deps/npm/doc/cli/npm-adduser.md index ee5c3bd270..68f3a3c008 100644 --- a/deps/npm/doc/cli/npm-adduser.md +++ b/deps/npm/doc/cli/npm-adduser.md @@ -15,7 +15,7 @@ The username, password, and email are read in from prompts. You may use this command to change your email address, but not username or password. -To reset your password, go to +To reset your password, go to You may use this command multiple times with the same user account to authorize on a new machine. diff --git a/deps/npm/doc/cli/npm-bugs.md b/deps/npm/doc/cli/npm-bugs.md index 2a7dae98db..002d9f7556 100644 --- a/deps/npm/doc/cli/npm-bugs.md +++ b/deps/npm/doc/cli/npm-bugs.md @@ -4,12 +4,14 @@ npm-bugs(1) -- Bugs for a package in a web browser maybe ## SYNOPSIS npm bugs + npm bugs (with no args in a package dir) ## DESCRIPTION This command tries to guess at the likely location of a package's bug tracker URL, and then tries to open it using the `--browser` -config param. +config param. If no package name is provided, it will search for +a `package.json` in the current folder and use the `name` property. ## CONFIGURATION diff --git a/deps/npm/doc/cli/npm-docs.md b/deps/npm/doc/cli/npm-docs.md index cc39e82c49..cece021f11 100644 --- a/deps/npm/doc/cli/npm-docs.md +++ b/deps/npm/doc/cli/npm-docs.md @@ -4,13 +4,16 @@ npm-docs(1) -- Docs for a package in a web browser maybe ## SYNOPSIS npm docs + npm docs (with no args in a package dir) npm home + 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. +config param. If no package name is provided, it will search for +a `package.json` in the current folder and use the `name` property. ## CONFIGURATION diff --git a/deps/npm/doc/cli/repo.md b/deps/npm/doc/cli/repo.md index 12085c1015..6bc6f3b375 100644 --- a/deps/npm/doc/cli/repo.md +++ b/deps/npm/doc/cli/repo.md @@ -11,8 +11,7 @@ npm-repo(1) -- Open package repository page in the browser This command tries to guess at the likely location of a package's repository 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 try to use the property -of the name field. +a `package.json` in the current folder and use the `name` property. ## CONFIGURATION diff --git a/deps/npm/html/doc/README.html b/deps/npm/html/doc/README.html index 706f30c9c2..5393436305 100644 --- a/deps/npm/html/doc/README.html +++ b/deps/npm/html/doc/README.html @@ -239,7 +239,7 @@ will no doubt tell you to put the output in a gist or email.

- +