From 06e403fa7be5767bb1c48d7b7f5306fa39934baf Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Thu, 18 Jul 2024 00:44:38 +0530 Subject: [PATCH] fix(package.json): added description string till 255 length --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 439035a..0540a72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fe-pilot", "version": "1.5.2", - "description": "A React UI library for Advanced Web Features built on native javascript, Plug & Play, scanner, phonebook ,voice search ,autofill otp, share, live location tracking, detect my location, color picker, wakelock, WhatsappShare, NetworkConnection, TextToSpeech, VoiceRecognition, SnapScanner, NetworkMonitor, View360, in web, in react, in javascript, components, web component, frontend, library, react, react components, ui component, ui library, web, advanced component, advanced feature,", + "description": "scanner, phonebook, voice search, autofill otp, share, live location tracking, detect my location, color picker, wakelock, WhatsappShare, TextToSpeech, Voice Recognition, SnapScanner, NetworkMonitor, View360, in web, in react, in javascript", "main": "index.js", "scripts": { "test": "echo \"Success: Verified\"",