fix(core): update

This commit is contained in:
Philipp Kunz 2021-05-06 10:34:44 +00:00
parent 0ef6d0ccb2
commit 60a1de38ce

View File

@ -182,5 +182,6 @@ export class NpmPackage {
if (!bestMatchingVersion) {
return null;
}
return bestMatchingVersion;
}
}