fix(core): update

This commit is contained in:
Philipp Kunz 2021-04-29 21:20:18 +00:00
parent 694ba7be25
commit e87b8c994b

View File

@ -116,7 +116,7 @@ export class NpmPackage {
targetVersion = new plugins.smartversion.SmartVersion(targetDistTag.targetVersion);
}
} else {
const smartversion = plugins.smartversion.SmartVersion.fromFuzzyString(optionsArg.version);
targetVersion = plugins.smartversion.SmartVersion.fromFuzzyString(optionsArg.version);
}
// lets find the best matching release