Skip to content

Commit

Permalink
using JSONStream 0.6.4 now, fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Apr 10, 2013
1 parent 75e980f commit a21f65e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions object_duplex_stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ var duplexer = require('duplexer');
// object duplex stream
function toObjectDuplex(stream) {

stream.setEncoding('utf8');

//// Write Stream (Server -> Client)

// Create a write stream that accepts objects
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"duplexer": "0.0.2",
"emit-stream": "0.1.x",
"JSONStream": "0.4.x"
"JSONStream": ">=0.6.4 && < 0.7.0"
},
"devDependencies": {
"tap": "0.3.x",
Expand Down

0 comments on commit a21f65e

Please sign in to comment.