Skip to content

Commit

Permalink
upgrade bufferedstream@1.6.0 for node 0.10
Browse files Browse the repository at this point in the history
bufferedStream@1.6.0 uses setImmediate rather than process.nextTick due to a change in how nextTick works in node 0.10 this prevents a race condition where the loop is called before IO is ready.
  • Loading branch information
jeffbski committed Mar 18, 2013
1 parent 5da25ef commit 31ef093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"url": "git://github.com/mjijackson/strata.git"
},
"dependencies": {
"bufferedstream": "1.5.1",
"bufferedstream": "1.6.0",
"mime": "1.2.3",
"strftime": "0.4.6",
"markdown": "~0.3.1"
Expand Down

0 comments on commit 31ef093

Please sign in to comment.