From 8a587e8f1f2138e983fdda07500f71d30d951516 Mon Sep 17 00:00:00 2001 From: jValdron Date: Tue, 30 Apr 2013 09:54:31 -0300 Subject: [PATCH] Updated mkdirp version. Tested with 0.3.5 and it works just fine. This prevents the deprecation notice: "path.exists is now called `fs.exists`." --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6dfc544..e4c7e15 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "uglify-js": "1.2.5", - "mkdirp": "0.0.7" + "mkdirp": "0.3.5" }, "repository": {