Skip to content

Commit

Permalink
Uplevel tar dep to v1
Browse files Browse the repository at this point in the history
This upgrades the transitive dep graceful-fs@3 to v4 which gets around the
breakage caused by: nodejs/node#6413
  • Loading branch information
Tyriar committed Oct 23, 2016
1 parent c351dfd commit ae3563d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Extract tarballs in your gulp build pipeline",
"main": "index.js",
"dependencies": {
"event-stream": "~3.1.5",
"gulp-util": "~2.2.14",
"through2": "~0.4.1",
"streamifier": "~0.1.0",
"tar": "~0.1.19",
"event-stream": "~3.1.5"
"tar": "^1.0.3",
"through2": "~0.4.1"
},
"devDependencies": {
"mocha": "~1.18.2",
Expand Down

0 comments on commit ae3563d

Please sign in to comment.