From 0d107449adc14ce9931865a72fdb79a326c1ec4f Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Sun, 15 Aug 2021 12:46:36 +0200 Subject: [PATCH] Add keywords in package.json This helps people find this package. --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index da14128..7fbcb3c 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,14 @@ "bugs": { "url": "https://github.com/remcohaszing/monaco-yaml/issues" }, + "keywords": [ + "editor", + "frontend", + "front-end", + "monaco", + "monaco-editor", + "yaml" + ], "dependencies": { "@types/json-schema": "^7.0.9", "js-yaml": "^3.14.1",