Skip to content

Commit

Permalink
fix(tar): should't provide stat info
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Sep 6, 2016
1 parent e279cc0 commit da95221
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/streams/tar-stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ module.exports = class TarStream extends stream.Writable {

this._archive.append(content, {
name: relative,
mode: stats.mode,
date: stats.mtime,
type: type
});

Expand Down

0 comments on commit da95221

Please sign in to comment.