Skip to content

Commit

Permalink
Merge pull request #105 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
manchenkoff authored Jun 14, 2024
2 parents a713d89 + 54869f7 commit 1752dd4
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 @@ -35,7 +35,7 @@ export default defineNuxtModule<ModuleOptions>({
name: MODULE_NAME,
configKey: 'sanctum',
compatibility: {
nuxt: '^3.9.0',
nuxt: '>=3.9.0',
},
},

Expand Down

0 comments on commit 1752dd4

Please sign in to comment.