Skip to content

Commit 00d95df

Browse files
authored
Merge pull request #54 from nuxt-modules/v4-compatibility
chore: indicate compatibility with new v4 major
2 parents a2df26b + a083508 commit 00d95df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default defineNuxtModule<ModuleOptions>({
3434
name: '@nuxtjs/snipcart',
3535
configKey: 'snipcart',
3636
compatibility: {
37-
nuxt: '^3.0.0',
37+
nuxt: '>=3.0.0',
3838
},
3939
},
4040
defaults: {

0 commit comments

Comments
 (0)