Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-07-12 02:19:00 +0400
committerisaacs <i@izs.me>2013-07-12 02:19:00 +0400
commitea654af0bf5062bd3c75f8ec0e73defde7e53fbd (patch)
tree37a6abcadd1287459a4d80208c4921a3d72173a1 /doc/cli/npm-install.md
parent481e25540a190ccd31f2d575288d18fb66cc8271 (diff)
doc: s/npm-json(1)/package.json(5)/g
Diffstat (limited to 'doc/cli/npm-install.md')
-rw-r--r--doc/cli/npm-install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli/npm-install.md b/doc/cli/npm-install.md
index 44885f318..fc8ab31e3 100644
--- a/doc/cli/npm-install.md
+++ b/doc/cli/npm-install.md
@@ -121,7 +121,7 @@ after packing it up into a tarball (b).
* `npm install <name>@<version range>`:
Install a version of the package matching the specified version range. This
- will follow the same rules for resolving dependencies described in `npm-json(1)`.
+ will follow the same rules for resolving dependencies described in `package.json(5)`.
Note that most version ranges must be put in quotes so that your shell will
treat it as a single argument.