add request typings

This commit is contained in:
Phil Kunz 2016-07-18 04:06:56 +02:00
parent be659a2dbd
commit a3ceb68eab

View File

@ -29,6 +29,7 @@
"homepage": "https://gitlab.com/pushrocks/dockersock#README", "homepage": "https://gitlab.com/pushrocks/dockersock#README",
"dependencies": { "dependencies": {
"@types/q": "*", "@types/q": "*",
"@types/request": "0.0.27",
"beautylog": "^5.0.14", "beautylog": "^5.0.14",
"q": "^1.4.1", "q": "^1.4.1",
"request": "^2.73.0", "request": "^2.73.0",