Skip to content

Commit 37f82b8

Browse files
committed
chore: indicate compatibility with new v4 major
1 parent be81eb1 commit 37f82b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nuxt/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineNuxtModule<ModuleOptions>({
99
name: 'nuxt-pdfeasy',
1010
configKey: 'pdfeasy',
1111
compatibility: {
12-
nuxt: '^3.0.0',
12+
nuxt: '>=3.0.0',
1313
},
1414
},
1515
setup (options, nuxt) {

0 commit comments

Comments
 (0)