mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Bump compatibility to caret-style for extension
This commit is contained in:
parent
12ce1d2993
commit
31dc7f4967
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { satisfies } from "semver";
|
||||
|
||||
const allowedExtensionRange = "~1.0.2";
|
||||
const allowedExtensionRange = "^1.0.2";
|
||||
|
||||
export function isAllowedExtensionVersion(version: string): boolean {
|
||||
return satisfies(version, allowedExtensionRange);
|
||||
|
|
Loading…
Reference in a new issue