diff options
Diffstat (limited to 'deps/npm/lib/ls.js')
-rw-r--r-- | deps/npm/lib/ls.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/ls.js b/deps/npm/lib/ls.js index dc56b0ef28..efe503b626 100644 --- a/deps/npm/lib/ls.js +++ b/deps/npm/lib/ls.js @@ -36,7 +36,7 @@ function ls (args, silent, cb) { }) var depth = npm.config.get("depth") - var opt = { depth: depth, log: log.warn } + var opt = { depth: depth, log: log.warn, dev: true } readInstalled(dir, opt, function (er, data) { var bfs = bfsify(data, args) , lite = getLite(bfs) |