Skip to content

Commit

Permalink
Merge pull request #19 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
Novout authored Jul 1, 2024
2 parents be81eb1 + 37f82b8 commit df30b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineNuxtModule<ModuleOptions>({
name: 'nuxt-pdfeasy',
configKey: 'pdfeasy',
compatibility: {
nuxt: '^3.0.0',
nuxt: '>=3.0.0',
},
},
setup (options, nuxt) {
Expand Down

0 comments on commit df30b2e

Please sign in to comment.