From 6d0f23ef316d53a72c15872afd52ea27a27240c2 Mon Sep 17 00:00:00 2001 From: divlo Date: Thu, 7 Jan 2021 05:45:46 +0100 Subject: [PATCH] chore: fix package.json syntax error --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18e37b1..a6e32d1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Thream/socketio-jwt

+

Thream/socketio-jwt

Authenticate socket.io incoming connections with JWTs. diff --git a/package.json b/package.json index 75214b3..5a8f5b7 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "rimraf": "3.0.2", "server-destroy": "1.0.1", "snazzy": "9.0.0", - "socket.io": "3.0.5, + "socket.io": "3.0.5", "socket.io-client": "3.0.5", "ts-jest": "26.4.4", "ts-standard": "10.0.0",