Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(module): compatibily issue
  • Loading branch information
Conner Bachmann committed Sep 4, 2022
1 parent 432c264 commit 641a504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Expand Up @@ -33,7 +33,7 @@ export default defineNuxtModule<ModuleOptions>({
name: "nuxt-directus",
configKey: "directus",
compatibility: {
nuxt: "^3.0.0 || ^2.16.0",
nuxt: "^3.0.0-rc.9 || ^2.16.0",
bridge: true,
},
},
Expand Down

0 comments on commit 641a504

Please sign in to comment.