Skip to content

Commit

Permalink
Update combined-stream
Browse files Browse the repository at this point in the history
This updated combined-stream now uses an updated delayed-stream which no longer
uses the non-standard `__defineGetter__` syntax. By removing this, request can
now be loaded in IE10.
  • Loading branch information
Mike Atkins committed May 5, 2015
1 parent 0dd911d commit 8105c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"hawk": "~2.3.0",
"aws-sign2": "~0.5.0",
"stringstream": "~0.0.4",
"combined-stream": "~0.0.5",
"combined-stream": "~1.0.1",
"isstream": "~0.1.1",
"har-validator": "^1.6.1"
},
Expand Down

0 comments on commit 8105c8e

Please sign in to comment.