From 0e2875fcc1a5d8d90ed77aa0c56f9a7018cf6c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Zimbr=C3=B3n?= Date: Thu, 8 Feb 2024 19:10:39 -0600 Subject: [PATCH] fix max length description --- src/routes/packages/packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 52fa9dafb..bda4777b1 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -2934,7 +2934,7 @@ "title": "Svelte DrataGrid", "url": "https://gzimbron.github.io/svelte-datagrid", "repository": "https://github.com/gzimbron/svelte-datagrid", - "description": "Svelte DataGrid is a high-performance, feature-rich grid component for Svelte. It is designed to handle large datasets and provide a smooth scrolling experience. It is also designed to be accessible and customizable. It's based on the excellent (but deprecated) svelte-data-grid.", + "description": "Svelte DataGrid is a high-performance, feature-rich grid component for Svelte. It's based on the excellent (but deprecated) svelte-data-grid.", "npm": "@gzim/svelte-datagrid", "categories": ["data-visualisation", "ui-components"] }