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>2011-03-16 01:42:50 +0300
committerisaacs <i@izs.me>2011-03-22 01:56:10 +0300
commit01b1bc646a7d424d636ba917bb9b69c4e6b930a4 (patch)
tree6d33e8db0d5cc5257bda26f20f59b7af30461b7b /lib/utils/default-config.js
parentd1f4c92e7bb424126efcf26d3b8a5febf47a79d7 (diff)
Closes GH-704 depth config for ls and read-installed
Diffstat (limited to 'lib/utils/default-config.js')
-rw-r--r--lib/utils/default-config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/default-config.js b/lib/utils/default-config.js
index ade578302..445c0d075 100644
--- a/lib/utils/default-config.js
+++ b/lib/utils/default-config.js
@@ -21,6 +21,7 @@ module.exports =
, process.platform === "win32"
? "npm-cache" : ".npm")
, color : true
+ , depth: Infinity
, description : true
, dev : false
, editor : process.env.EDITOR || "vi"