From 2ff9083d8d6efa2219cdd72d63fe2f44f577ec3f Mon Sep 17 00:00:00 2001 From: Dave Jeffery Date: Fri, 6 Apr 2018 23:04:46 +0100 Subject: [PATCH] docs(readme): `preferFrozenShrinkwrap` option is now true by default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38af4e74e5..286d241653 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Install all modules listed as dependencies in `package.json`. * `options.frozenShrinkwrap` - *Boolean* - `false` by default. When `true`, shrinkwrap file is not generated and installation fails if an update is needed. With this option, a headless installation is performed. A headless installation is ~33% faster than a regular one because it skips dependencies resolution and peers resolution. -* `options.preferFrozenShrinkwrap` - *Boolean* - `false` by default. When `true`, a headless installation is performed if the shrinkwrap file +* `options.preferFrozenShrinkwrap` - *Boolean* - `true` by default. When `true`, a headless installation is performed if the shrinkwrap file is up-to-date with the `package.json` file. ### `supi.uninstall(pkgsToUninstall, [options])`