Skip to content

Commit bf986d0

Browse files
committed
fix: rollback module compatibility version to >=3.0.0
1 parent 28ae87d commit bf986d0

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
@@ -36,7 +36,7 @@ export default defineNuxtModule<ModuleOptions>({
3636
name: 'nuxt-leaflet',
3737
configKey: 'leaflet',
3838
compatibility: {
39-
nuxt: '>=4.0.0',
39+
nuxt: '>=3.0.0',
4040
},
4141
},
4242
// Default configuration options of the Nuxt module

0 commit comments

Comments
 (0)