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

Updated to jsonwebtoken@5.0.0

This commit is contained in:
Alberto Pose 2015-04-22 11:30:01 -03:00
parent b971c75fa1
commit 7e534706de

View File

@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"jsonwebtoken": "~4.2.0",
"jsonwebtoken": "^5.0.0",
"xtend": "~2.1.2"
},
"devDependencies": {