From ff1634665e1f59424c24447f4da7b484681b4582 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 15 Jun 2024 09:48:09 +0100 Subject: [PATCH] chore: indicate compatibility with new v4 major (#216) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Damian GÅ‚owala --- src/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.ts b/src/module.ts index 47302cc..ff29891 100644 --- a/src/module.ts +++ b/src/module.ts @@ -8,7 +8,7 @@ export default defineNuxtModule({ name, configKey: 'device', compatibility: { - nuxt: '^3.0.0 || ^2.16.0', + nuxt: '>=3.0.0 || ^2.16.0', bridge: true, }, version,