Skip to content

Commit f5a3483

Browse files
authored
fix: mark compiler-sfc as optional peer dep (#288)
Mark compiler-sfc as an optional peer dependency.
1 parent 9816ba4 commit f5a3483

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
"@vue/compiler-sfc": ">= 3",
8181
"vue": ">= 3"
8282
},
83+
"peerDependenciesMeta": {
84+
"@vue/compiler-sfc": {
85+
"optional": true
86+
}
87+
},
8388
"husky": {
8489
"hooks": {
8590
"pre-commit": "kcd-scripts pre-commit"

0 commit comments

Comments
 (0)