Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "clusterws-client-js",
"version": "1.5.3",
"version": "1.5.4",
"description": "JavaScript Client for ClusterWS - lightweight, fast and powerful framework for building horizontally & vertically scalable WebSocket applications in Node.js.",
"main": "index.js",
"types": "index.d.ts",
"author": "Dmitrii Goriunov",
"license": "MIT",
"repository": {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "clusterws-client-js",
"version": "1.5.3",
"version": "1.5.4",
"description": "JavaScript Client for ClusterWS - lightweight, fast and powerful framework for building horizontally & vertically scalable WebSocket applications in Node.js.",
"main": "index.js",
"types": "index.d.ts",
"author": "Dmitrii Goriunov",
"scripts": {
"build:npm": "ts-builder -npm -folder src -mainfile index.ts -outfolder dist -outfile index.js",
Expand All @@ -16,6 +17,6 @@
"url": "https://github.com/ClusterWS/ClusterWS-Client-JS"
},
"devDependencies": {
"ts-builder": "^0.5.21"
"ts-builder": "^0.5.23"
}
}