Update bundled fstream to v0.1.13.

This commit is contained in:
Nathan Rajlich 2012-02-27 16:41:09 -08:00
parent 8c13a03f70
commit 1b14dcab08
4 changed files with 4 additions and 2 deletions

View file

@ -37,6 +37,7 @@ DirWriter.prototype._create = function () {
// ready to start getting entries!
me.ready = true
me.emit("ready")
me._process()
})
}

View file

@ -2,7 +2,7 @@
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "fstream",
"description": "Advanced file system stream things",
"version": "0.1.11",
"version": "0.1.12",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/fstream.git"