Skip to content

Commit 1695baa

Browse files
authored
Add keywords to package.json
I noticed we have no search tags on npmjs.com
1 parent 6c18b7f commit 1695baa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@
77
"types": "typings/xterm.d.ts",
88
"repository": "https://github.com/xtermjs/xterm.js",
99
"license": "MIT",
10+
"keywords": [
11+
"cli",
12+
"command-line",
13+
"console",
14+
"pty",
15+
"shell",
16+
"ssh",
17+
"styles",
18+
"terminal-emulator",
19+
"terminal",
20+
"tty",
21+
"vt100",
22+
"webgl",
23+
"xterm"
24+
],
1025
"scripts": {
1126
"prepackage": "npm run build",
1227
"package": "webpack",

0 commit comments

Comments
 (0)