From 4ee1692c3e051098801c820bf413bcde89ce396e Mon Sep 17 00:00:00 2001 From: khai96_ Date: Sun, 22 Sep 2019 19:02:05 +0700 Subject: [PATCH] Fix linter --- source/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.js b/source/index.js index c9c8f75..e057dab 100644 --- a/source/index.js +++ b/source/index.js @@ -232,6 +232,6 @@ chalk.Level = { 1: 'Basic', 2: 'Ansi256', 3: 'TrueColor' -} +}; module.exports = chalk;