diff --git a/deps/npm/doc/cli/ls.md b/deps/npm/doc/cli/ls.md index 3dd709b62b1a69c3dacab495f81d0b49eff2e33f..9b69b858515f6f9b5b94add1c17200e5cba02c1a 100644 --- a/deps/npm/doc/cli/ls.md +++ b/deps/npm/doc/cli/ls.md @@ -22,7 +22,11 @@ For example, running `npm ls promzard` in npm's source tree will show: └─┬ init-package-json@0.0.4 └── promzard@0.1.5 -It will show print out extraneous, missing, and invalid packages. +It will print out extraneous, missing, and invalid packages. + +If a project specifies git urls for dependencies these are shown +in parentheses after the name@version to make it easier for users to +recognize potential forks of a project. When run as `ll` or `la`, it shows extended information by default. diff --git a/deps/npm/html/api/bin.html b/deps/npm/html/api/bin.html index 48f910a206fd337a1b065c846942ee1c94495aa0..2fcdeb8ccb0fa49a7ec107ed2947ca059675acce 100644 --- a/deps/npm/html/api/bin.html +++ b/deps/npm/html/api/bin.html @@ -19,7 +19,7 @@
This function should not be used programmatically. Instead, just refer
to the npm.bin member.