Skip to content

Commit be11b68

Browse files
authored
Merge pull request #21 from danielroe/v4-compatibility
chore: indicate compatibility with new v4 major
2 parents fd6456a + 785a9e3 commit be11b68

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
@@ -34,7 +34,7 @@ export default defineNuxtModule<ModuleOptions>({
3434
name: '@zadigetvoltaire/nuxt-well-known',
3535
configKey: 'wellKnown',
3636
compatibility: {
37-
nuxt: '^3.0.0'
37+
nuxt: '>=3.0.0'
3838
}
3939
},
4040
// Default configuration options of the Nuxt module

0 commit comments

Comments
 (0)