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

Fixed mocha tests by downgrading "jsonwebtoken"

Version 5.7.0 is the last working.
This commit is contained in:
Root-Core 2017-04-19 00:23:05 +02:00 committed by GitHub
parent d2cc8fb514
commit 4033483154

View File

@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"jsonwebtoken": "^7.3.0",
"jsonwebtoken": "^5.7.0",
"xtend": "~4.0.1"
},
"devDependencies": {