diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-08-08 15:31:49 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-08-08 15:31:49 -0700 |
commit | 1512bcf808d2b1b0e2210269c4d805026790cb3e (patch) | |
tree | 1eceb79310d5104821782a69afe1e70b18debbbe | |
parent | 4e46d088caf869985da8cc25f79ac2efc2dc151a (diff) | |
download | gitbook-1512bcf808d2b1b0e2210269c4d805026790cb3e.zip gitbook-1512bcf808d2b1b0e2210269c4d805026790cb3e.tar.gz gitbook-1512bcf808d2b1b0e2210269c4d805026790cb3e.tar.bz2 |
Update fs-extra to 0.10.0
Fixes potential race condition on copies
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 212c4c2..4bba1a0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "fstream-ignore": "0.0.7", "commander": "2.2.0", "graceful-fs": "3.0.2", - "fs-extra": "0.8.1", + "fs-extra": "0.10.0", "highlight.js": "8.0.0", "tmp": "0.0.23", "semver": "2.2.1", |