From dd32a943b76ed8152dd8e2fff7a60a09d232e2fc Mon Sep 17 00:00:00 2001 From: MrFoxPro Date: Sun, 30 Oct 2022 13:23:31 +0500 Subject: [PATCH] Remove solid-chart --- resources/packages.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/resources/packages.ts b/resources/packages.ts index 1a8232a..c76dba6 100644 --- a/resources/packages.ts +++ b/resources/packages.ts @@ -386,17 +386,6 @@ const packages: Array = [ type: ResourceType.Package, categories: [ResourceCategory.AddOn], }, - { - link: 'https://github.com/MrFoxPro/solid-chart.js', - title: 'solid-chart', - description: 'Chart.js powered by solid-js framework.', - author: 'Dmitriy Nikiforov', - author_url: 'https://github.com/MrFoxPro', - keywords: ['chart', 'chart.js'], - official: false, - type: ResourceType.Package, - categories: [ResourceCategory.AddOn], - }, { link: 'https://github.com/mduclehcm/solid-form', title: 'solid-form',