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
path: root/man
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 /man
parent864dcd380873b0f8429fdc1444b585aeb79f4390 (diff)
Document the 'dev' config
Diffstat (limited to 'man')
-rw-r--r--man/config.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/config.1 b/man/config.1
index c97f9db15..b706718a1 100644
--- a/man/config.1
+++ b/man/config.1
@@ -191,3 +191,9 @@ Note that this must be provided in the cli, env, or userconfig settings\. Once t
.
.SS "global"
If set to some truish value (for instance, by being the last cli flag or being passed a literal \fBtrue\fR or \fB1\fR), and the \fBnpm config set\fR param is being called, then the new configuration paramater is written global config file\. Otherwise, they are saved to the user config file\.
+.
+.SS "dev"
+If set to a truish value, then it\'ll install the "devDependencies" as well as "dependencies" when installing a package\.
+.
+.P
+Note that devDependencies are \fIalways\fR installed when linking a package\.