From e0206af7e8d7c4e9640770456a94096fdb86c535 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sat, 28 May 2022 13:25:35 +0200 Subject: [PATCH] docs: added keywords --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b800ca4..1329f75 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,6 @@ "description": "other libraries provide you with a whole framework - this is just a ladder", "author": "Daniel Ledda ", "license": "MIT", - "main": "index.ts" + "main": "index.ts", + "keywords": ["ui", "jsx", "typescript", "ts", "framework", "web", "front-end", "user interface", "hypertext", "component"] }