From b3d721ac0a3d801e44d3d106dab1eb8fe7394e5c Mon Sep 17 00:00:00 2001 From: am-a Date: Mon, 24 Aug 2020 20:29:28 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Add=20chalk=20to=20packag?= =?UTF-8?q?e.json=20to=20fix=20implicit=20dependency=20(#309)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add chalk to package.json to fix implicit dependency as this will break in Yarn 2 ✅ Closes: #308 Co-authored-by: Alexander Mackay-Austin --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5ae458c..6e2b862 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "webpack": "*" }, "dependencies": { + "chalk": "^2.0.0", "commander": "^2.15.1", "cross-spawn": "^6.0.5", "filesize": "^3.6.1",