Skip to content

Commit 00f81c1

Browse files
committed
chore: indicate compatibility with new v4 major
1 parent 7824c11 commit 00f81c1

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
@@ -33,7 +33,7 @@ export default defineNuxtModule<ModuleOptions>({
3333
name: 'nuxt-leaflet',
3434
configKey: 'nuxtLeaflet',
3535
compatibility: {
36-
nuxt: '^3.0.0'
36+
nuxt: '>=3.0.0'
3737
}
3838
},
3939
// Default configuration options of the Nuxt module

0 commit comments

Comments
 (0)