Skip to content

Commit c20136d

Browse files
authored
chore: indicate compatibility with new v4 major (#1545)
1 parent 0c9184e commit c20136d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default defineNuxtModule<VueFireNuxtModuleOptions>({
3232
name: 'vuefire',
3333
configKey: 'vuefire',
3434
compatibility: {
35-
nuxt: '^3.1.0',
35+
nuxt: '>=3.1.0',
3636
},
3737
},
3838

0 commit comments

Comments
 (0)