Skip to content

Commit 460489a

Browse files
authored
Merge pull request #263 from danielroe/v4-compatibility
2 parents d1d6915 + cefc5e3 commit 460489a

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
@@ -95,7 +95,7 @@ export default defineNuxtModule<ModuleOptions>({
9595
name: 'nuxt-directus',
9696
configKey: 'directus',
9797
compatibility: {
98-
nuxt: '^3.0.0-rc.9 || ^2.16.0',
98+
nuxt: '>=3.0.0-rc.9 || ^2.16.0',
9999
bridge: true
100100
}
101101
},

0 commit comments

Comments
 (0)