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

Commit d3dfe6b

Browse files
committed
New version 1.5.0 is ready
1 parent 5b17421 commit d3dfe6b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

dist/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@
1010
<a title="GitHub version" href="https://badge.fury.io/gh/goriunov%2FClusterWS-Client-JS"><img src="https://badge.fury.io/gh/goriunov%2FClusterWS-Client-JS.svg"></a>
1111
</p>
1212

13-
*Official JavaScript client library for [ClusterWS](https://github.com/ClusterWS/ClusterWS)*
13+
<p align="center">
14+
<i>Official JavaScript Client library for <a href="https://github.com/ClusterWS/ClusterWS">ClusterWS</a> - lightweight, fast and powerful framework for building horizontally & vertically scalable WebSocket applications in Node.js</i>
15+
</p>
1416

17+
<h1></h1>
18+
<h3 align="center">
19+
<a href="https://github.com/ClusterWS/ClusterWS-Client-JS/wiki"><strong>ClusterWS JavaScript Client Documentation</strong></a>
20+
</h3>

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.5.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",
6-
"author": "Dmitrii Goriunov <[email protected]>",
6+
"author": "Dmitrii Goriunov",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.5.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",
6-
"author": "Dmitrii Goriunov <[email protected]>",
6+
"author": "Dmitrii Goriunov",
77
"scripts": {
88
"build:npm": "ts-builder -npm -folder src -mainfile index.ts -outfolder dist -outfile index.js",
99
"build:browser": "ts-builder -format iife -folder src -mainfile index.ts -outfolder dist/browser -outfile clusterws.js && ts-builder -prod -format iife -folder src -mainfile index.ts -outfolder dist/browser -outfile clusterws.min.js",

0 commit comments

Comments
 (0)