npm.md: additional module listing use case

Made changes per suggestions by agnivade.
coverage
Raymond Douglas 2017-11-22 22:06:43 -08:00 committed by GitHub
parent b5d71ae196
commit 5b9848dc64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -23,13 +23,13 @@
`npm uninstall {{module_name}}`
- List a tree of installed modules:
- List of tree of installed modules referenced in package.json:
`npm list`
- List globally installed modules:
- List top-level globally installed modules:
`npm list -g --depth=0`
`npm list -g --depth={{0}}`
- Interactively create a package.json file: