@vscode/vsce
Advanced tools
Comparing version 2.20.0 to 2.20.1
@@ -122,3 +122,3 @@ "use strict"; | ||
const versionExists = extension.versions.some(v => (v.version === manifest.version) && | ||
(options.target ? v.targetPlatform === options.target : true)); | ||
(v.targetPlatform === options.target)); | ||
if (versionExists) { | ||
@@ -125,0 +125,0 @@ if (options.skipDuplicate) { |
{ | ||
"name": "@vscode/vsce", | ||
"version": "2.20.0", | ||
"version": "2.20.1", | ||
"description": "VSCode Extension Manager", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
150235