diff --git a/src/utils/semver.ts b/src/utils/semver.ts index 6d6295c..ffb7668 100644 --- a/src/utils/semver.ts +++ b/src/utils/semver.ts @@ -57,3 +57,4 @@ export function order(a: string, b: string): -1 | 0 | 1 { } return getNpmSemver().compare(a, b, { loose: true }) } +