@pnpm/config
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -21,3 +21,3 @@ "use strict"; | ||
} | ||
exports.types = Object.assign(npmTypes.types, { | ||
exports.types = Object.assign({ | ||
'background': Boolean, | ||
@@ -56,3 +56,3 @@ 'child-concurrency': Number, | ||
'verify-store-integrity': Boolean, | ||
}); | ||
}, npmTypes.types); | ||
exports.default = (opts) => __awaiter(this, void 0, void 0, function* () { | ||
@@ -59,0 +59,0 @@ const packageManager = opts && opts.packageManager || { name: 'pnpm', version: 'undefined' }; |
{ | ||
"name": "@pnpm/config", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"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
12017