From f7efc78394693f9b7d901a96c0abf8e1915ff1bf Mon Sep 17 00:00:00 2001 From: Nico Lueg Date: Thu, 19 May 2022 13:45:48 +0200 Subject: [PATCH] adds some more keywords --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fb0c82..b8c0f29 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,9 @@ "keywords": [ "capacitor", "plugin", - "native" + "native", + "ml-kit", + "text-recognition" ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web",