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>2010-08-25 06:28:35 +0400
committerisaacs <i@izs.me>2010-08-25 16:21:51 +0400
commitf6d2609b82f1ed9f921d45cc3cdee23b7b52a564 (patch)
treea3418dc6a71e8c27cdef6657e2455ff4c556254a
parent12602d63b5c1d7b56772ed9b4e8e41e1ba071148 (diff)
Note that configs affect the settings in the json, as well
-rw-r--r--doc/json.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/json.md b/doc/json.md
index e308d24c1..ffe110eeb 100644
--- a/doc/json.md
+++ b/doc/json.md
@@ -11,6 +11,9 @@ be incorporated into the spec.
This document is all you need to know about what's required in your package.json
file.
+A lot of the behavior described in this document is affected by the config
+settings described in `npm help config`.
+
## name
The *most* important things in your package.json are the name and version fields.