mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
Fix compatability
This commit is contained in:
parent
05c9ddf2c6
commit
a3adba968b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { satisfies } from "semver";
|
||||
|
||||
const allowedExtensionRange = "~1.0.0";
|
||||
const allowedExtensionRange = "~1.0.2";
|
||||
|
||||
export function isAllowedExtensionVersion(version: string): boolean {
|
||||
return satisfies(version, allowedExtensionRange);
|
||||
|
|
Loading…
Reference in a new issue