Skip to content

Commit

Permalink
Merge pull request #21 from danielroe/v4-compatibility
Browse files Browse the repository at this point in the history
chore: indicate compatibility with new v4 major
  • Loading branch information
noeclement authored Sep 9, 2024
2 parents fd6456a + 785a9e3 commit be11b68
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 @@ -34,7 +34,7 @@ export default defineNuxtModule<ModuleOptions>({
name: '@zadigetvoltaire/nuxt-well-known',
configKey: 'wellKnown',
compatibility: {
nuxt: '^3.0.0'
nuxt: '>=3.0.0'
}
},
// Default configuration options of the Nuxt module
Expand Down

0 comments on commit be11b68

Please sign in to comment.