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-10-30 05:26:18 +0400
committerisaacs <i@izs.me>2010-10-30 05:26:18 +0400
commita6df98b513beff33c37aec2ede6d28ecccf98e0c (patch)
tree6208440191b7deda3a21bc27e9a0955aaf67a03d /lib/utils/default-config.js
parent8f9a4d72a1d36aedc9c994015088cac54b729d0d (diff)
default force and recursive configs to false
Diffstat (limited to 'lib/utils/default-config.js')
-rw-r--r--lib/utils/default-config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/utils/default-config.js b/lib/utils/default-config.js
index cc00e9602..0bd0666d3 100644
--- a/lib/utils/default-config.js
+++ b/lib/utils/default-config.js
@@ -33,6 +33,8 @@ module.exports =
, logfd : stdio.stderrFD
, outfd : stdio.stdoutFD
, color : true
+ , recursive : false
+ , force : false
, prune : undefined // if set to boolean false, then that means "never"
//
// TODO: Fix when node's SSL client can upload properly.