From 9cce984834140bfc9f078ec630fca33a856e3fef Mon Sep 17 00:00:00 2001 From: Jan-Philipp Willem Date: Mon, 28 Aug 2017 18:48:10 +0200 Subject: [PATCH] Downgrade `strip-ansi` to 3.0.1 (#2860) See: https://github.com/facebookincubator/create-react-app/pull/2692 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7134d9eb54a35..ce78210712e22 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "recursive-copy": "^2.0.6", "send": "^0.15.3", "source-map-support": "0.4.15", - "strip-ansi": "4.0.0", + "strip-ansi": "3.0.1", "styled-jsx": "^1.0.8", "touch": "3.1.0", "unfetch": "3.0.0",