From d3718349e5c541face4a37c80feebb505de31b7c Mon Sep 17 00:00:00 2001 From: Dennis Ideler Date: Sun, 13 May 2018 12:07:17 -0400 Subject: [PATCH] Docs: isGlobal option does not default to true (#142) The value has been auto-detected since https://github.com/yeoman/update-notifier/pull/114 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ef6a1a8..d8b84e0 100644 --- a/readme.md +++ b/readme.md @@ -142,7 +142,7 @@ Message that will be shown when an update is available. ##### isGlobal Type: `boolean`
-Default: `true` +Default: auto-detect Include the `-g` argument in the default message's `npm i` recommendation. You may want to change this if your CLI package can be installed as a dependency of another project, and don't want to recommend a global installation. This option is ignored if you supply your own `message` (see above).