Skip to content

Commit 7ab3d1a

Browse files
committed
chore: require Nuxt >= 3.7.0
1 parent 6a7f898 commit 7ab3d1a

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
@@ -11,7 +11,7 @@ export default defineNuxtModule<ModuleOptions>({
1111
name: 'nuxt-particles',
1212
configKey: 'particles',
1313
compatibility: {
14-
nuxt: "^3.0.0"
14+
nuxt: "^3.7.0"
1515
}
1616
},
1717
// Default configuration options of the Nuxt module

0 commit comments

Comments
 (0)