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:
authorJoe Bowbeer <joe.bowbeer@gmail.com>2018-03-08 11:24:03 +0300
committerKat Marchán <kzm@sykosomatic.org>2018-03-09 01:20:40 +0300
commit7376dd8afb654929adade126b4925461aa52da12 (patch)
tree1770cc99fccbfc546c1f510940a4e5cb589f1729 /doc
parentb4f707d9f543f0995ed5811827a892fc8b2192b5 (diff)
docs: Fix package-json typo in npm-config.md (#19870)
PR-URL: https://github.com/npm/npm/pull/19870 Credit: @joebowbeer Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index 52247c2ec..b523d5e0c 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -745,7 +745,7 @@ This option is an alias for `--shrinkwrap`.
* Default: false
* Type: Boolean
-If set to true, it will update only the `package-json`,
+If set to true, it will update only the `package-lock.json`,
instead of checking `node_modules` and downloading dependencies.
### parseable