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
path: root/doc
diff options
context:
space:
mode:
authorlady3bean <lady3bean@users.noreply.github.com>2015-10-18 19:12:57 +0300
committerRebecca Turner <me@re-becca.org>2015-10-22 01:18:58 +0300
commit9a28c548e3fc01d72ae4f79dc6a173ab6870d82b (patch)
treef70d245cfe887242a6cf6e3b7e293f4c0e721720 /doc
parent8770b0add28d88b72d9bd90f1085d36a2abbfd76 (diff)
doc: Add the command to see the list of config defaults to the section on Default Configs
PR-URL: https://github.com/npm/npm/pull/10020
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-config.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index a28dd61d1..f88bf9f8a 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -35,8 +35,8 @@ See npmrc(5) for more details.
### Default Configs
-A set of configuration parameters that are internal to npm, and are
-defaults if nothing else is specified.
+Run `npm config ls -l` to see a set of configuration parameters that are
+internal to npm, and are defaults if nothing else is specified.
## Shorthands and Other CLI Niceties