diff options
Diffstat (limited to 'deps/npm/doc/cli/npm-ls.md')
-rw-r--r-- | deps/npm/doc/cli/npm-ls.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-ls.md b/deps/npm/doc/cli/npm-ls.md index 0f0d79489a..318cdd8fd6 100644 --- a/deps/npm/doc/cli/npm-ls.md +++ b/deps/npm/doc/cli/npm-ls.md @@ -67,6 +67,20 @@ project. Max display depth of the dependency tree. +### prod / production + +* Type: Boolean +* Default: false + +Display only the dependency tree for packages in `dependencies`. + +### dev + +* Type: Boolean +* Default: false + +Display only the dependency tree for packages in `devDependencies`. + ## SEE ALSO * npm-config(1) |