diff --git a/package.json b/package.json index 0a0491e1..68124873 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,9 @@ "svelte-check": "^3.4.3", "typescript": "^5.0.0" }, + "peerDependencies": { + "svelte": "^3.20.0 || ^4.0.0" + }, "standard-version": { "skip": { "commit": true, @@ -76,4 +79,4 @@ "Eric Liu (https://github.com/metonym)", "Enrico Sacchetti (https://github.com/theetrain)" ] -} \ No newline at end of file +}