Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit 41cb52e

Browse files
committed
Add keywords
1 parent faa8fac commit 41cb52e

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

dist/package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clusterws-client-js",
3-
"version": "1.5.4",
3+
"version": "2.1.0",
44
"description": "JavaScript Client for ClusterWS - lightweight, fast and powerful framework for building horizontally & vertically scalable WebSocket applications in Node.js.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -9,5 +9,17 @@
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/ClusterWS/ClusterWS-Client-JS"
12-
}
12+
},
13+
"keywords": [
14+
"clusterws",
15+
"websocket",
16+
"scale",
17+
"uws",
18+
"node js websocket",
19+
"scale node js websocket",
20+
"real-time",
21+
"cluster",
22+
"ws client",
23+
"javascript"
24+
]
1325
}

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@
1717
"url": "https://github.com/ClusterWS/ClusterWS-Client-JS"
1818
},
1919
"devDependencies": {
20-
"ts-builder": "^0.6.7"
21-
}
20+
"ts-builder": "^0.6.8"
21+
},
22+
"keywords": [
23+
"clusterws",
24+
"websocket",
25+
"scale",
26+
"uws",
27+
"node js websocket",
28+
"scale node js websocket",
29+
"real-time",
30+
"cluster",
31+
"ws client",
32+
"javascript"
33+
]
2234
}

0 commit comments

Comments
 (0)