summaryrefslogtreecommitdiff
path: root/deps/npm/lib/utils/completion/installed-deep.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/utils/completion/installed-deep.js')
-rw-r--r--deps/npm/lib/utils/completion/installed-deep.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/utils/completion/installed-deep.js b/deps/npm/lib/utils/completion/installed-deep.js
index 99e320788..5fb67d263 100644
--- a/deps/npm/lib/utils/completion/installed-deep.js
+++ b/deps/npm/lib/utils/completion/installed-deep.js
@@ -7,7 +7,7 @@ function installedDeep (opts, cb) {
var local
, global
, depth = npm.config.get("depth")
- , opt = { depth: depth }
+ , opt = { depth: depth, dev: true }
if (npm.config.get("global")) local = [], next()
else readInstalled(npm.prefix, opt, function (er, data) {