From 874667ce76dc6b68ea284fd0f6774eb45fb3a226 Mon Sep 17 00:00:00 2001 From: alexharri Date: Sun, 13 Nov 2022 13:26:38 +0000 Subject: [PATCH] fix(keywords): add keywords to package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index c0557e0..6890823 100644 --- a/package.json +++ b/package.json @@ -45,5 +45,15 @@ }, "contributors": [ "Alex Harri Jónsson (https://alexharri.com)" + ], + "keywords": [ + "icelandic", + "language", + "declension", + "íslenska", + "beygja", + "beygingar", + "nafn", + "nöfn" ] }