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-11 02:04:45 +0400
committerisaacs <i@izs.me>2010-08-11 02:04:45 +0400
commit6f7987bb40910cb651f9f2cd3d020bfb5e602db1 (patch)
treefcecaea1e087f5418085a852838332579e3c9754 /doc/config.md
parent864dcd380873b0f8429fdc1444b585aeb79f4390 (diff)
Document the 'dev' config
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index a977644d4..1af2f725d 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -161,3 +161,10 @@ If set to some truish value (for instance, by being the last cli flag or being
passed a literal `true` or `1`), and the `npm config set` param is being
called, then the new configuration paramater is written global config file.
Otherwise, they are saved to the user config file.
+
+### dev
+
+If set to a truish value, then it'll install the "devDependencies" as well as
+"dependencies" when installing a package.
+
+Note that devDependencies are *always* installed when linking a package.