From 96d38672cb3669cfc3bc2098dd75c62570446461 Mon Sep 17 00:00:00 2001 From: trash-and-fire <69399722+trash-and-fire@users.noreply.github.com> Date: Fri, 6 May 2022 03:04:24 +0300 Subject: [PATCH] provide missing peer dep and module field --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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": {