From 1695baa5b0f7779f310d6f6602dd4b06b642080a Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 30 Jan 2022 05:43:20 -0800 Subject: [PATCH] Add keywords to package.json I noticed we have no search tags on npmjs.com --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/package.json b/package.json index 159dc8ce..26d06c74 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,21 @@ "types": "typings/xterm.d.ts", "repository": "https://github.com/xtermjs/xterm.js", "license": "MIT", + "keywords": [ + "cli", + "command-line", + "console", + "pty", + "shell", + "ssh", + "styles", + "terminal-emulator", + "terminal", + "tty", + "vt100", + "webgl", + "xterm" + ], "scripts": { "prepackage": "npm run build", "package": "webpack",