Skip to content

Commit 3241acd

Browse files
committed
fix: add @vue/composition-api to peerDependenciesMeta optional
1 parent ec2c39b commit 3241acd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/vue-final-modal/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
"scroll-lock": ">=2.1.5",
5454
"vue": ">=2.7.0 || >=3.0.0"
5555
},
56+
"peerDependenciesMeta": {
57+
"@vue/composition-api": {
58+
"optional": true
59+
}
60+
},
5661
"homepage": "https://vue-final-modal.org/",
5762
"bugs": {
5863
"url": "https://github.com/vue-final/vue-final-modal/issues",

0 commit comments

Comments
 (0)