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

- added newest xtend to prevent deprecation warning from object-keys

This commit is contained in:
kjellski 2014-03-19 22:14:17 +01:00
parent 9a58d94476
commit 9a9f7d0ad6

View File

@ -23,7 +23,7 @@
"license": "MIT",
"dependencies": {
"jsonwebtoken": "~0.1.0",
"xtend": "~2.0.3"
"xtend": "~2.1.2"
},
"devDependencies": {
"request": "~2.19.0",