chore: fix package.json syntax error
This commit is contained in:
parent
8c8d38fd69
commit
6d0f23ef31
@ -1,4 +1,4 @@
|
|||||||
<h1 align="center"><a href="https://www.npmjs.com/package/@thream/socketio-jwt">Thream/socketio-jwt</a></h1>
|
<h1 align="center">Thream/socketio-jwt</h1>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<strong>Authenticate socket.io incoming connections with JWTs.</strong>
|
<strong>Authenticate socket.io incoming connections with JWTs.</strong>
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"server-destroy": "1.0.1",
|
"server-destroy": "1.0.1",
|
||||||
"snazzy": "9.0.0",
|
"snazzy": "9.0.0",
|
||||||
"socket.io": "3.0.5,
|
"socket.io": "3.0.5",
|
||||||
"socket.io-client": "3.0.5",
|
"socket.io-client": "3.0.5",
|
||||||
"ts-jest": "26.4.4",
|
"ts-jest": "26.4.4",
|
||||||
"ts-standard": "10.0.0",
|
"ts-standard": "10.0.0",
|
||||||
|
Reference in New Issue
Block a user