Skip to content

Commit 5a3f090

Browse files
committed
keywords
1 parent 2a06774 commit 5a3f090

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

packages/cli/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
"version": "0.1.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "KubernetesJS CLI",
6+
"keywords": [
7+
"kubernetes",
8+
"k8s",
9+
"cli",
10+
"typescript",
11+
"deployment",
12+
"container",
13+
"orchestration",
14+
"devops",
15+
"cloud-native",
16+
"command-line",
17+
"terminal",
18+
"shell"
19+
],
620
"main": "index.js",
721
"module": "esm/index.js",
822
"types": "index.d.ts",

packages/kubernetesjs/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
"version": "0.5.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Fully Typed Kubernetes",
6+
"keywords": [
7+
"kubernetes",
8+
"k8s",
9+
"typescript",
10+
"api",
11+
"client",
12+
"sdk",
13+
"container",
14+
"orchestration",
15+
"devops",
16+
"cloud-native",
17+
"openapi",
18+
"swagger"
19+
],
620
"main": "index.js",
721
"module": "esm/index.js",
822
"types": "index.d.ts",
@@ -35,10 +49,6 @@
3549
"test:list": "ts-node scripts/list.ts",
3650
"test:deploy": "ts-node scripts/deploy.ts"
3751
},
38-
"keywords": [
39-
"kubernetes",
40-
"k8s"
41-
],
4252
"devDependencies": {
4353
"schema-sdk": "^0.7.0"
4454
}

0 commit comments

Comments
 (0)