dominictarr / JSONStream

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Other
1.92k stars 165 forks source link

Upgrade jsonparse dependency to v0.0.6 #42

Closed Starefossen closed 10 years ago

Starefossen commented 10 years ago

Upgrade jsonparse dependency in package.json to v0.0.6

dominictarr commented 10 years ago

your commit message is wrong... also, what issue does this fix?

dominictarr commented 10 years ago

please don't make descriptionless pull requests, that just creates more work for the maintainer, leaving out the reason means I have to figure it out. It's much easier if you can just tell me.

Starefossen commented 10 years ago

Does not fix a specific bug that I know of, I just noticed a newer version was out. Sorry for the missing description.

juliangruber commented 10 years ago

it adds a feature that JSONStream doesn't need / use