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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config/defaults.js')
-rw-r--r--lib/config/defaults.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/defaults.js b/lib/config/defaults.js
index 0ca1472eb..b47adf673 100644
--- a/lib/config/defaults.js
+++ b/lib/config/defaults.js
@@ -269,7 +269,7 @@ exports.types = {
'auth-type': ['legacy', 'sso', 'saml', 'oauth'],
'before': [null, Date],
'bin-links': Boolean,
- browser: [null, String],
+ browser: [null, Boolean, String],
ca: [null, String, Array],
cafile: path,
cache: path,