@pnpm/config
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -82,5 +82,6 @@ "use strict"; | ||
}); | ||
const npmConfig = loadNpmConf(null, exports.types, { | ||
const npmConfig = loadNpmConf(cliArgs, exports.types, { | ||
'bail': true, | ||
'globalconfig': npmDefaults.globalconfig, | ||
'lock': true, | ||
'package-lock': npmDefaults['package-lock'], | ||
@@ -87,0 +88,0 @@ 'prefix': npmDefaults.prefix, |
{ | ||
"name": "@pnpm/config", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Gets configs for pnpm", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13946
147