From d3e0b5cd7b5ff23227d3e6317b1e21b023377d54 Mon Sep 17 00:00:00 2001 From: Tim Sullivan Date: Sat, 30 Jan 2021 23:00:19 -0800 Subject: [PATCH] package.json: add fusionscharts as dependency --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ed5e22..27cc34f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,9 @@ ], "description": "A simple and lightweight official Svelte component for FusionCharts JavaScript charting library. `svelte-fusioncharts` enables you to add JavaScript charts in your Svelte application or project without any hassle.", "version": "1.0.0", - "dependencies": {}, + "dependencies": { + "fusioncharts": "^3.16.0" + }, "repository": { "type": "git", "url": "git+https://github.com/priyanjitdey94/svelte-fusioncharts.git"