diff options
Diffstat (limited to 'deps/npm/doc/api/npm.md')
-rw-r--r-- | deps/npm/doc/api/npm.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/doc/api/npm.md b/deps/npm/doc/api/npm.md index 8c7a8168ee..e099320f48 100644 --- a/deps/npm/doc/api/npm.md +++ b/deps/npm/doc/api/npm.md @@ -30,11 +30,11 @@ If you provide `configObject` as an object hash of top-level configs, they override the values stored in the various config locations. In the npm command line client, this set of configs is parsed from the command line options. Additional configuration -params are loaded from two configuration files. See `npm-config(1)` -for more information. +params are loaded from two configuration files. See `npm-config(1)`, +`npm-config(7)`, and `npmrc(5)` for more information. After that, each of the functions are accessible in the -commands object: `npm.commands.<cmd>`. See `npm-index(1)` for a list of +commands object: `npm.commands.<cmd>`. See `npm-index(7)` for a list of all possible commands. All commands on the command object take an **array** of positional argument |