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

Commit 6e1a1a9

Browse files
committed
Add types to pakcage.json
1 parent 2eb4ead commit 6e1a1a9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: 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
"scripts": {
89
"build:npm": "ts-builder -npm -folder src -mainfile index.ts -outfolder dist -outfile index.js",

0 commit comments

Comments
 (0)