@pnpm/npm-conf
Advanced tools
Comparing version 2.0.4 to 2.1.0
@@ -63,2 +63,5 @@ 'use strict'; | ||
warnings.push(conf.addFile(conf.get('globalconfig'), 'global')); | ||
if (conf.get('globalPnpmConfig')) { | ||
warnings.push(conf.addFile(conf.get('globalPnpmConfig'), 'pnpm-global')); | ||
} | ||
conf.loadUser(); | ||
@@ -65,0 +68,0 @@ |
{ | ||
"name": "@pnpm/npm-conf", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"description": "Get the npm config", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
28277
877