Skip to content

Commit 9775e0b

Browse files
committed
chore: indicate compatible with plain nuxt 2
1 parent 6e074ba commit 9775e0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ export default defineNuxtModule<ModuleOptions>({
1111
name: '@nuxtjs/html-validator',
1212
configKey: 'htmlValidator',
1313
compatibility: {
14-
nuxt: '^2.0.0 || ^3.0.0-rc.7',
15-
bridge: true
14+
nuxt: '^2.0.0 || ^3.0.0-rc.7'
1615
}
1716
},
1817
defaults: DEFAULTS,

0 commit comments

Comments
 (0)