From 7f84fa8036f2b9ef116c3cd13290d6de8abc0a4b Mon Sep 17 00:00:00 2001 From: RyanZim Date: Tue, 1 Nov 2016 16:25:31 -0400 Subject: [PATCH] Update fs-extra to v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 324375b..7c6a055 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "any-promise": "^1.0.0", - "fs-extra": "^0.26.5", + "fs-extra": "^1.0.0", "mz": "^2.3.1", "thenify-all": "^1.6.0" },