Skip to content

Commit

Permalink
deps: update graceful-fs dependency to the latest
Browse files Browse the repository at this point in the history
graceful-fs used to monkey-patch node's core fs module.
This has been fixed in version 4.

PR-URL: #714
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
thefourtheye authored and bnoordhuis committed Sep 6, 2015
1 parent 0fbc387 commit 1ea7ed0
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 @@ -24,7 +24,7 @@
"dependencies": {
"fstream": "^1.0.0",
"glob": "3 || 4",
"graceful-fs": "3",
"graceful-fs": "^4.1.2",
"minimatch": "1",
"mkdirp": "^0.5.0",
"nopt": "2 || 3",
Expand Down

0 comments on commit 1ea7ed0

Please sign in to comment.