Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Update chalk
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Mar 23, 2020
1 parent ea93086 commit 45211f9
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 36 deletions.
4 changes: 3 additions & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ const settings = {
options: json.options || {}
};

chalk.enabled = program.colors;
if (!program.colors) {
chalk.level = 0;
}

[
'checkYo',
Expand Down
130 changes: 97 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.0.1",
"mocha": "^7.1.1",
"nyc": "^14.1.1",
"parse-json": "^5.0.0",
"sinon": "^9.0.0"
"sinon": "^9.0.1"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 45211f9

Please sign in to comment.