@pnpm/npm-conf
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -44,3 +44,7 @@ 'use strict'; | ||
} catch (error) { | ||
this.add({}, marker); | ||
if (error.code === 'ENOENT') { | ||
this.add({}, marker); | ||
} else { | ||
throw error; | ||
} | ||
} | ||
@@ -47,0 +51,0 @@ |
{ | ||
"name": "@pnpm/npm-conf", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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
28221
885