diff --git a/package.json b/package.json index 06aee81..a0af24b 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "charts" ], "main": "index.js", + "module": "index.js", "files": [ "**" ], @@ -79,7 +80,8 @@ "validate": "svelte-check" }, "peerDependencies": { - "lightweight-charts": ">=3.3.0" + "lightweight-charts": ">=3.3.0", + "svelte": ">=3.44.0" }, "husky": { "hooks": {