From c7a230721d1ed7d1e218621e79310f099813c113 Mon Sep 17 00:00:00 2001 From: joelshejar Date: Sun, 5 Jan 2025 10:13:45 +0530 Subject: [PATCH] fix: add description to package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0761eba..21c68f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@codethicket/react-ai-translator", - "description": "", - "version": "0.0.62", + "description": "A React component for local, secure, on-demand translations powered by the Xenova/nllb-200-distilled-600M model. This package utilizes the WebGPU capabilities of the device on which the app runs, ensuring data privacy and enabling you to translate text without sending data to third-party APIs.", + "version": "0.1.0", "author": "Joel Rajesh", "license": "MIT", "keywords": ["translations", "ai", "react", "i18n"],