Skip to content

Commit

Permalink
deps: Upgrade 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 the version 4.

Related: nodejs/node#2714
PR-URL: #64
  • Loading branch information
thefourtheye authored and zkat committed Sep 10, 2015
1 parent 6313a66 commit a6f60ef
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 @@ -17,7 +17,7 @@
"inherits": "2"
},
"devDependencies": {
"graceful-fs": "^3.0.2",
"graceful-fs": "^4.1.2",
"rimraf": "1.x",
"tap": "0.x",
"mkdirp": "^0.5.0"
Expand Down

0 comments on commit a6f60ef

Please sign in to comment.