Skip to content

Commit

Permalink
fix: description length less than 350 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Apr 29, 2024
1 parent 4109e3c commit c2a9a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c2a9a7a

Please sign in to comment.