Skip to content

Commit ca2976e

Browse files
authored
chore: indicate compatibility with new v4 major (#199)
1 parent 249ffe7 commit ca2976e

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
@@ -13,7 +13,7 @@ export default defineNuxtModule<ModuleOptions>({
1313
name: 'nuxt-purgecss',
1414
configKey: 'purgecss',
1515
compatibility: {
16-
nuxt: '^3.0.0-rc.11'
16+
nuxt: '>=3.0.0-rc.11'
1717
}
1818
},
1919
defaults: (nuxt) => {

0 commit comments

Comments
 (0)