Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
deps: lock tar to 4.4.1 for now
Browse files Browse the repository at this point in the history
Until isaacs/node-tar#183 is fixed
  • Loading branch information
zkat committed May 22, 2018
1 parent 796e607 commit 770a7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"safe-buffer": "^5.1.2",
"semver": "^5.5.0",
"ssri": "^6.0.0",
"tar": "^4.4.1",
"tar": "4.4.1",
"unique-filename": "^1.1.0",
"which": "^1.3.0"
},
Expand Down

1 comment on commit 770a7c4

@isaacs
Copy link
Contributor

@isaacs isaacs commented on 770a7c4 May 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should work with tar 4.4.3.

I would sell my soul to the devil for atomic unlinking on Windows.

Please sign in to comment.