From c2fa79f513244cec509452d7bfeca2b6308d6d4e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 28 Dec 2018 02:53:52 +0100 Subject: [PATCH] Update stderr.d.ts --- stderr.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stderr.d.ts b/stderr.d.ts index 7b40af9..c1040da 100644 --- a/stderr.d.ts +++ b/stderr.d.ts @@ -2,5 +2,5 @@ import Chalk from '.'; declare const chalk: Chalk; -export * from '.'; export default chalk; +export * from '.';