Skip to content

Commit 131e11b

Browse files
authored
Merge pull request #3620 from xtermjs/Tyriar-patch-1
Add keywords to package.json
2 parents 5a3e061 + d807bda commit 131e11b

File tree

9 files changed

+53
-2
lines changed

9 files changed

+53
-2
lines changed

addons/xterm-addon-attach/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"types": "typings/xterm-addon-attach.d.ts",
1010
"repository": "https://github.com/xtermjs/xterm.js",
1111
"license": "MIT",
12+
"keywords": [
13+
"terminal",
14+
"xterm",
15+
"xterm.js"
16+
],
1217
"scripts": {
1318
"build": "../../node_modules/.bin/tsc -p .",
1419
"prepackage": "npm run build",

addons/xterm-addon-fit/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"types": "typings/xterm-addon-fit.d.ts",
1010
"repository": "https://github.com/xtermjs/xterm.js",
1111
"license": "MIT",
12+
"keywords": [
13+
"terminal",
14+
"xterm",
15+
"xterm.js"
16+
],
1217
"scripts": {
1318
"build": "../../node_modules/.bin/tsc -p .",
1419
"prepackage": "npm run build",

addons/xterm-addon-ligatures/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"keywords": [
2626
"font",
2727
"ligature",
28+
"terminal",
2829
"xterm",
29-
"xterm.js",
30-
"terminal"
30+
"xterm.js"
3131
],
3232
"license": "MIT",
3333
"dependencies": {

addons/xterm-addon-search/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"types": "typings/xterm-addon-search.d.ts",
1010
"repository": "https://github.com/xtermjs/xterm.js",
1111
"license": "MIT",
12+
"keywords": [
13+
"terminal",
14+
"xterm",
15+
"xterm.js"
16+
],
1217
"scripts": {
1318
"build": "../../node_modules/.bin/tsc -p .",
1419
"prepackage": "npm run build",

addons/xterm-addon-serialize/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"types": "typings/xterm-addon-serialize.d.ts",
1010
"repository": "https://github.com/xtermjs/xterm.js",
1111
"license": "MIT",
12+
"keywords": [
13+
"terminal",
14+
"xterm",
15+
"xterm.js"
16+
],
1217
"scripts": {
1318
"build": "../../node_modules/.bin/tsc -p .",
1419
"prepackage": "npm run build",

addons/xterm-addon-unicode11/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"types": "typings/xterm-addon-unicode11.d.ts",
1010
"repository": "https://github.com/xtermjs/xterm.js",
1111
"license": "MIT",
12+
"keywords": [
13+
"terminal",
14+
"xterm",
15+
"xterm.js"
16+
],
1217
"scripts": {
1318
"build": "../../node_modules/.bin/tsc -p .",
1419
"prepackage": "npm run build",

addons/xterm-addon-web-links/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"types": "typings/xterm-addon-web-links.d.ts",
1010
"repository": "https://github.com/xtermjs/xterm.js",
1111
"license": "MIT",
12+
"keywords": [
13+
"terminal",
14+
"xterm",
15+
"xterm.js"
16+
],
1217
"scripts": {
1318
"build": "../../node_modules/.bin/tsc -p .",
1419
"prepackage": "npm run build",

addons/xterm-addon-webgl/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"types": "typings/xterm-addon-webgl.d.ts",
1010
"repository": "https://github.com/xtermjs/xterm.js",
1111
"license": "MIT",
12+
"keywords": [
13+
"terminal",
14+
"webgl",
15+
"xterm",
16+
"xterm.js"
17+
],
1218
"scripts": {
1319
"build": "../../node_modules/.bin/tsc -p .",
1420
"prepackage": "npm run build",

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)