Skip to content

Commit

Permalink
Merge pull request #263 from danielroe/v4-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel authored Jun 14, 2024
2 parents d1d6915 + cefc5e3 commit 460489a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default defineNuxtModule<ModuleOptions>({
name: 'nuxt-directus',
configKey: 'directus',
compatibility: {
nuxt: '^3.0.0-rc.9 || ^2.16.0',
nuxt: '>=3.0.0-rc.9 || ^2.16.0',
bridge: true
}
},
Expand Down

0 comments on commit 460489a

Please sign in to comment.