fix readable stream override

This commit is contained in:
guybedford
2015-03-16 01:57:38 +02:00
parent a415005cc7
commit fbb90b7f0e
@@ -1,12 +1,12 @@
{
"map": {
"stream": "stream/index"
"stream": "stream-browserify/index"
},
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "0.0.1",
"string_decoder": "~0.10.0",
"inherits": "~2.0.1",
"stream": "1.0.0"
"stream-browserify": "^1.0.0"
}
}