Skip to content

Commit 5310d3a

Browse files
committed
chore: indicate compatibility with new v4 major
1 parent 6c50700 commit 5310d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default defineNuxtModule<ModuleOptions>({
8787
name: 'dayjs',
8888
configKey: 'dayjs',
8989
compatibility: {
90-
nuxt: '^3'
90+
nuxt: '>=3'
9191
}
9292
},
9393
// Default configuration options of the Nuxt module

0 commit comments

Comments
 (0)