diff --git a/package.json b/package.json index f2c2a33..3c2760a 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,11 @@ "@vue/compiler-sfc": ">= 3", "vue": ">= 3" }, + "peerDependenciesMeta": { + "@vue/compiler-sfc": { + "optional": true + } + }, "husky": { "hooks": { "pre-commit": "kcd-scripts pre-commit"