From a15f992feb43e0d6672ba8bb3bd2b7f85492b95a Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Wed, 5 Oct 2016 15:57:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20fs-readdir-recursive=20?= =?UTF-8?q?to=201.0.0=20(#4662)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🚀 Update fs-readdir-recursive to 1.0.0 * Revert chalk change --- packages/babel-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 05ab1cddbf..6001e4d67b 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -15,7 +15,7 @@ "chalk": "1.1.1", "commander": "^2.8.1", "convert-source-map": "^1.1.0", - "fs-readdir-recursive": "^0.1.0", + "fs-readdir-recursive": "^1.0.0", "glob": "^5.0.5", "lodash": "^4.2.0", "log-symbols": "^1.0.2",