Skip to content

Commit ddcb476

Browse files
authored
fix(vue-i18n-bridge): install error cause by peer deps (#1071)
1 parent 7dc8ce7 commit ddcb476

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/vue-i18n-bridge/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
"./index.mjs": "./index.mjs",
7777
"./package.json": "./package.json"
7878
},
79+
"peerDependenciesMeta": {
80+
"@vue/composition-api": {
81+
"optional": true
82+
}
83+
},
7984
"publishConfig": {
8085
"access": "public"
8186
},

0 commit comments

Comments
 (0)