From d7d107cb1c1ad995bfe65452d7a6ee83d5eeda95 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Wed, 16 Apr 2025 01:19:41 +0300 Subject: [PATCH] Update package description for clarity and detail --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 471c7db..ca50e2a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flare/lumrop", "version": "1.2.0", - "description": "lumrop is an npm package that brings together multiple react hooks useful both in the development of the ecosystem in my home lab and for the general public.", + "description": "lumrop is a versatile npm package that provides a collection of React components, hooks, and utilities designed to simplify and enhance development within the React ecosystem.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts",