Skip to content

Commit

Permalink
Merge pull request #8 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
JaZo authored Jun 28, 2024
2 parents 927334c + 0a5d2a2 commit 1976f86
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 @@ -12,7 +12,7 @@ export default defineNuxtModule<LucideModuleOptions>({
name: 'lucide',
configKey: 'lucide',
compatibility: {
nuxt: '^3.3.0',
nuxt: '>=3.3.0',
},
},

Expand Down

0 comments on commit 1976f86

Please sign in to comment.