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>2014-05-24 02:21:09 +0400
committerisaacs <i@izs.me>2014-05-24 02:26:11 +0400
commitbb34bf2737d0ab57ce1140501f5d303b29de6308 (patch)
tree26c47f685f30d08042dbf6a76e56abba85237ede /doc/misc/npm-config.md
parented3abf1aa10000f0f687330e976d78d1955557f6 (diff)
doc per-project .npmrc file
Diffstat (limited to 'doc/misc/npm-config.md')
-rw-r--r--doc/misc/npm-config.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index 4792d808f..b49e98736 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -24,8 +24,9 @@ same.
### npmrc Files
-The three relevant files are:
+The four relevant files are:
+* per-project config file (/path/to/my/project/.npmrc)
* per-user config file (~/.npmrc)
* global config file ($PREFIX/npmrc)
* npm builtin config file (/path/to/npm/npmrc)