From 5c0cda02a77e6bd71254036bdf9b60f0cfc0a316 Mon Sep 17 00:00:00 2001 From: Paul Mandel Date: Fri, 13 Feb 2015 17:43:05 -0800 Subject: [PATCH] Bumping request minor version https://github.com/request/request/issues/455#issuecomment-66301197 Also, the browser-request library doesn't include the .on function used here https://github.com/spark/sparkjs/blob/master/lib/spark.js#L667, so trying to do any event subscribing in the browser just results in 'undefined is not a function' in a minified file, which isn't super helpful. --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index c0781b4..d84d7b8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "main": "./lib/spark", "dependencies": { - "request": ">= 2.40.0", + "request": ">= 2.50.0", "when": ">= 3.4.4" }, "devDependencies": { @@ -34,9 +34,6 @@ "bower": ">=1.3.9", "jamjs": ">=0.2.17" }, - "browser": { - "request": "browser-request" - }, "jam": { "main": "dist/spark.min.js", "include": [