2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

chore: fix package.json syntax error

This commit is contained in:
divlo 2021-01-07 05:45:46 +01:00
parent 8c8d38fd69
commit 6d0f23ef31
2 changed files with 2 additions and 2 deletions

View File

@ -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">
<strong>Authenticate socket.io incoming connections with JWTs.</strong>

View File

@ -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",