@pnpm/npm-conf
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -115,3 +115,3 @@ // Generated with `lib/make.js` | ||
'node-options': null, | ||
'node-version': process.version, | ||
// We remove node-version to fix the issue described here: https://github.com/pnpm/pnpm/issues/4203#issuecomment-1133872769 | ||
'offline': false, | ||
@@ -118,0 +118,0 @@ 'onload-script': false, |
@@ -50,3 +50,3 @@ 'use strict'; | ||
${body.replace(INDENT_REGEXP, INDENT_REPLACER)}; | ||
${body.replace(INDENT_REGEXP, INDENT_REPLACER).replace("'node-version': process.version,", '// We remove node-version to fix the issue described here: https://github.com/pnpm/pnpm/issues/4203#issuecomment-1133872769')}; | ||
`; | ||
@@ -53,0 +53,0 @@ |
{ | ||
"name": "@pnpm/npm-conf", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get the npm config", | ||
@@ -37,5 +37,4 @@ "license": "MIT", | ||
"scripts": { | ||
"prepublish": "node lib/make.js && tsc -p lib/tsconfig.make-out.json", | ||
"test": "jest" | ||
} | ||
} |
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
28465