From 5764c4683250d08e3d8f59c92ea4f25a06c73897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rouven=20We=C3=9Fling?= Date: Tue, 17 Oct 2017 04:57:07 +0200 Subject: [PATCH] fix: downgrades strip-ansi to version 3.0.1 (#54) Partially reverts 185a77eaa567b6973b74c94286533fe626d70138 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58a115e..0c5c98a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "license": "ISC", "dependencies": { "string-width": "^2.1.1", - "strip-ansi": "^4.0.0", + "strip-ansi": "^3.0.1", "wrap-ansi": "^2.0.0" }, "devDependencies": {