From af25c5f2998cd4c332d1928dfeb81b3bac51f501 Mon Sep 17 00:00:00 2001 From: hariroshan Date: Sun, 5 Mar 2023 14:37:13 +0530 Subject: [PATCH] added keywords --- elm-native-js/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/elm-native-js/package.json b/elm-native-js/package.json index edca4c6..866790d 100644 --- a/elm-native-js/package.json +++ b/elm-native-js/package.json @@ -2,6 +2,7 @@ "name": "elm-native-js", "version": "1.0.0", "description": "Nativescript bindings for elm using custom HTML elements", + "keywords": ["elm", "elm-native", "nativescript", "elm mobile"], "main": "index.js", "author": "Hari Roshan", "license": "AGPL-3.0",