Comparing version 0.48.0 to 0.48.1
@@ -152,7 +152,7 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (!opts.force && (yield exists(opts.target))) | ||
return; | ||
yield rimraf(opts.target); | ||
opts.log('download-queued'); | ||
yield fetchResolution_1.default(opts.resolution, opts.target, { got: opts.got, log: opts.log }); | ||
if (opts.force || !(yield exists(opts.target))) { | ||
yield rimraf(opts.target); | ||
opts.log('download-queued'); | ||
yield fetchResolution_1.default(opts.resolution, opts.target, { got: opts.got, log: opts.log }); | ||
} | ||
const pkg = yield requireJson_1.default(path.join(opts.target, 'package.json')); | ||
@@ -159,0 +159,0 @@ opts.log('package.json', pkg); |
{ | ||
"name": "pnpm", | ||
"description": "A fast implementation of npm install", | ||
"version": "0.48.0", | ||
"version": "0.48.1", | ||
"author": "Rico Sta. Cruz <rico@ricostacruz.com>", | ||
@@ -6,0 +6,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
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
13929251