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;