Skip to content

Commit 58a4819

Browse files
authored
Merge pull request #21 from danielroe/v4-compatibility
chore: indicate compatibility with new v4 major
2 parents 7824c11 + 00f81c1 commit 58a4819

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)