fix(core): update
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user