update "tar" to v0.1.17

Closes #221.
This commit is contained in:
Nathan Rajlich 2013-03-21 09:25:50 -10:00
parent 75099414c8
commit 382c86438f
16 changed files with 51 additions and 2737 deletions

View file

@ -2,7 +2,7 @@ var tar = require("../tar.js")
, fs = require("fs")
fs.createReadStream(__dirname + "/../test/fixtures/c.tar")
.pipe(tar.Reader())
.pipe(tar.Parse())
.on("extendedHeader", function (e) {
console.error("extended pax header", e.props)
e.on("end", function () {