From 84b08a20aeb4b4de19a6b5d1f09cec66cfaee8b1 Mon Sep 17 00:00:00 2001 From: Jose Manuel Serrano Amaut <a20122128@pucp.pe> Date: Tue, 28 Mar 2023 00:16:29 -0500 Subject: [PATCH] [REF]: Improve package.json file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83f84fd..258fb76 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@files-ui/react", "version": "1.0.0", - "description": "UI components for file uploas with React js", + "description": "UI components for file uploads with React js", "main": "./build/index.js", "module": "./build/index.es.js", "types": "./build/index.d.ts", -- GitLab