@pnpm/config
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -74,2 +74,3 @@ "use strict"; | ||
const npmConfig = loadNpmConf(null, exports.types, { | ||
'globalconfig': npmDefaults.globalconfig, | ||
'package-lock': npmDefaults['package-lock'], | ||
@@ -79,2 +80,4 @@ 'prefix': npmDefaults.prefix, | ||
'shrinkwrap': npmDefaults.shrinkwrap, | ||
'unsafe-perm': npmDefaults['unsafe-perm'], | ||
'userconfig': npmDefaults.userconfig, | ||
}); | ||
@@ -81,0 +84,0 @@ process.execPath = originalExecPath; |
{ | ||
"name": "@pnpm/config", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"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
12975
134