1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

upgrade reqwest lib

This commit is contained in:
Ivar 2016-04-30 22:32:49 +02:00
parent 6838837024
commit e93c73b33f

View File

@ -56,12 +56,12 @@
"lodash": "^3.5.0",
"log4js": "0.6.35",
"moment": "^2.13.0",
"nconf": "0.7.1",
"nconf": "0.8.4",
"pg": "^4.5.5",
"react": "^0.13.1",
"react-router": "^0.13.2",
"reflux": "^0.2.10",
"reqwest": "^1.1.4",
"reqwest": "^2.0.5",
"webpack": "1.7.3",
"webpack-dev-middleware": "^1.0.11"
},