Skip to content

Commit

Permalink
Bumping request minor version
Browse files Browse the repository at this point in the history
request/request#455 (comment)

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.
  • Loading branch information
paulmand3l committed Feb 14, 2015
1 parent 1011f5b commit 5c0cda0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -15,7 +15,7 @@
},
"main": "./lib/spark",
"dependencies": {
"request": ">= 2.40.0",
"request": ">= 2.50.0",
"when": ">= 3.4.4"
},
"devDependencies": {
Expand All @@ -34,9 +34,6 @@
"bower": ">=1.3.9",
"jamjs": ">=0.2.17"
},
"browser": {
"request": "browser-request"
},
"jam": {
"main": "dist/spark.min.js",
"include": [
Expand Down

0 comments on commit 5c0cda0

Please sign in to comment.