Correct request version

This commit is contained in:
Jake 2015-01-27 15:39:23 -06:00
parent 9fa9342bdc
commit 30f1052f90
2 changed files with 3 additions and 4 deletions

View File

@ -41,7 +41,6 @@ exp.extract_cape_url = function(profile) {
// specified. +callback+ contains the body, response, // specified. +callback+ contains the body, response,
// and error buffer. get_from helper method is available // and error buffer. get_from helper method is available
exp.get_from_options = function(url, options, callback) { exp.get_from_options = function(url, options, callback) {
console.log("HERE: " + config.http_timeout)
request.get({ request.get({
url: url, url: url,
headers: { headers: {

View File

@ -29,10 +29,10 @@
"canvas": "1.1.6", "canvas": "1.1.6",
"jade": "~1.8.2", "jade": "~1.8.2",
"lwip": "0.0.6", "lwip": "0.0.6",
"redis": "0.12.1", "mime": "1.2.11",
"request": "2.51.1",
"node-df": "0.1.1", "node-df": "0.1.1",
"mime": "1.2.11" "redis": "0.12.1",
"request": "^2.51.0"
}, },
"devDependencies": { "devDependencies": {
"coveralls": "^2.11.2", "coveralls": "^2.11.2",