@pnpm/config
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -128,2 +128,3 @@ "use strict"; | ||
: await findWorkspacePrefix(dir); | ||
cliArgs['prefix'] = dir; // the npm config system still expects `prefix` | ||
const npmConfig = loadNpmConf(cliArgs, exports.types, { | ||
@@ -163,2 +164,3 @@ 'bail': true, | ||
}); | ||
delete cliArgs['prefix']; | ||
process.execPath = originalExecPath; | ||
@@ -165,0 +167,0 @@ const pnpmConfig = Object.keys(exports.types) // tslint:disable-line |
{ | ||
"name": "@pnpm/config", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
24191
505