From 0758795a464cddb7c3985cc852df9d6876b144c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Maciejewski?= <1276139+pwlmaciejewski@users.noreply.github.com> Date: Sun, 5 Jan 2020 16:23:43 +0100 Subject: [PATCH] chore: add package json keywords' --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d1a0ab7..880ac31 100644 --- a/package.json +++ b/package.json @@ -28,5 +28,13 @@ "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } - } + }, + "keywords": [ + "perceptual", + "image", + "hash", + "phash", + "imgseek", + "cli" + ] }