fix(core): update
This commit is contained in:
parent
694ba7be25
commit
e87b8c994b
@ -116,7 +116,7 @@ export class NpmPackage {
|
|||||||
targetVersion = new plugins.smartversion.SmartVersion(targetDistTag.targetVersion);
|
targetVersion = new plugins.smartversion.SmartVersion(targetDistTag.targetVersion);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
const smartversion = plugins.smartversion.SmartVersion.fromFuzzyString(optionsArg.version);
|
targetVersion = plugins.smartversion.SmartVersion.fromFuzzyString(optionsArg.version);
|
||||||
}
|
}
|
||||||
|
|
||||||
// lets find the best matching release
|
// lets find the best matching release
|
||||||
|
Loading…
Reference in New Issue
Block a user