From c2a9a7a8aa6d96cfe0e41e563f4219fd87cfad87 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Mon, 29 Apr 2024 10:11:07 -0500 Subject: [PATCH] fix: description length less than 350 characters --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe008ee..d2a3db2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cocreate/file", "version": "1.17.2", - "description": "A versatile, configurable headless file uploader supporting both local and server file operations. Accessible via a JavaScript API and HTML5 attributes, it offers seamless file reading, writing, and uploading capabilities with graceful fallbacks to the standard HTML5 file input API. Ideal for developers requiring robust file management in headless or UI-less environments.", + "description": "A versatile, configurable headless file uploader supporting local and server operations. Accessible via a JavaScript API and HTML5 attributes, it provides seamless file reading, writing, and uploading with fallbacks to the standard HTML5 file input API. Ideal for developers needing robust file management in headless environments.", "keywords": [ "file-uploader", "headless",