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/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-01-05 04:09:07 +0300
committerisaacs <i@izs.me>2011-01-05 04:09:07 +0300
commit76a635f70204cebfa63c1d325a8ede66b1164d9a (patch)
tree24636712faf5627cf078450baacca93cf7ebbbf0 /doc
parent87d2343a77487331c8348e727fd9a9716874df31 (diff)
Add a rebuild-bundle config for Bryan
Diffstat (limited to 'doc')
-rw-r--r--doc/config.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index e717e7e5b..265fc5a95 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -81,6 +81,13 @@ doing:
Configurations defined on the command line are not saved to the .npmrc file.
+### rebuild-bundle
+
+Default: true
+
+Set to some truish value to rebuild bundled dependencies after
+installation.
+
### recursive
Default: false