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

Commit 833aeb3

Browse files
authored
Merge pull request #29 from ClusterWS/next
Add typings
2 parents f7a5950 + 6e1a1a9 commit 833aeb3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

dist/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "clusterws-client-js",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
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",
6+
"types": "index.d.ts",
67
"author": "Dmitrii Goriunov",
78
"license": "MIT",
89
"repository": {

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "clusterws-client-js",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
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",
6+
"types": "index.d.ts",
67
"author": "Dmitrii Goriunov",
78
"scripts": {
89
"build:npm": "ts-builder -npm -folder src -mainfile index.ts -outfolder dist -outfile index.js",
@@ -16,6 +17,6 @@
1617
"url": "https://github.com/ClusterWS/ClusterWS-Client-JS"
1718
},
1819
"devDependencies": {
19-
"ts-builder": "^0.5.21"
20+
"ts-builder": "^0.5.23"
2021
}
2122
}

0 commit comments

Comments
 (0)