Skip to content

Commit aebea64

Browse files
authored
fix: add description to package.json (#6)
2 parents 2a64312 + c7a2307 commit aebea64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codethicket/react-ai-translator",
3-
"description": "",
4-
"version": "0.0.62",
3+
"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.",
4+
"version": "0.1.0",
55
"author": "Joel Rajesh",
66
"license": "MIT",
77
"keywords": ["translations", "ai", "react", "i18n"],

0 commit comments

Comments
 (0)