Skip to content

Commit

Permalink
fix: mark compiler-sfc as optional peer dep (#288)
Browse files Browse the repository at this point in the history
Mark compiler-sfc as an optional peer dependency.
  • Loading branch information
g1eny0ung committed Feb 8, 2024
1 parent 9816ba4 commit f5a3483
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"@vue/compiler-sfc": ">= 3",
"vue": ">= 3"
},
"peerDependenciesMeta": {
"@vue/compiler-sfc": {
"optional": true
}
},
"husky": {
"hooks": {
"pre-commit": "kcd-scripts pre-commit"
Expand Down

0 comments on commit f5a3483

Please sign in to comment.