Skip to content

Commit 67f8f5b

Browse files
authored
chore: indicate compatibility with new v4 major (#124)
1 parent 4787412 commit 67f8f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineNuxtModule<ModuleOptions>({
1717
version,
1818
configKey: 'chatwoot',
1919
compatibility: {
20-
nuxt: '^3.3.1',
20+
nuxt: '>=3.3.1',
2121
},
2222
},
2323
defaults: {

0 commit comments

Comments
 (0)