Skip to content

Commit 37d5711

Browse files
authored
chore: remove bridge from module meta (#320)
1 parent f299477 commit 37d5711

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vuetify-nuxt-module",
33
"type": "module",
44
"version": "0.18.6",
5-
"packageManager": "pnpm@10.10.0",
5+
"packageManager": "pnpm@10.11.1",
66
"description": "Zero-Config Nuxt Module for Vuetify",
77
"author": "userquin <[email protected]>",
88
"license": "MIT",

src/module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export default defineNuxtModule<ModuleOptions>({
5656
configKey: 'vuetify',
5757
compatibility: {
5858
nuxt: '>=3.9.0',
59-
bridge: false,
6059
},
6160
version,
6261
},

0 commit comments

Comments
 (0)