From 999ec10a57ad72fc8e9c87b37cf66010f5247388 Mon Sep 17 00:00:00 2001 From: Alec Larson <1925840+aleclarson@users.noreply.github.com> Date: Sat, 17 Aug 2024 15:19:52 -0400 Subject: [PATCH] chore: update "description" in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab427537..0d757584 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "radashi", "version": "12.1.0", "type": "module", - "description": "Functional utility library - modern, simple, typed, powerful", + "description": "The modern, community-first TypeScript toolkit with all of the fast, readable, and minimal utility functions you need. Type-safe, dependency-free, tree-shakeable, fully tested.", "repository": { "url": "git+https://github.com/radashi-org/radashi.git" },