From 36f02124ef2cdd1e90f18ed85be8ee5425964905 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Thu, 31 Aug 2017 16:46:35 -0400 Subject: [PATCH] cli: downgrade chalk for Node 0.12 clients, close #402 --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 26399e0398..efab331e48 100644 --- a/cli/package.json +++ b/cli/package.json @@ -22,7 +22,7 @@ "dependencies": { "@cypress/xvfb": "1.0.3", "bluebird": "3.5.0", - "chalk": "2.0.1", + "chalk": "1.1.3", "commander": "2.9.0", "common-tags": "1.4.0", "debug": "2.6.8",