Skip to content

Commit 96164b7

Browse files
authored
change chalk with picocolors (#80)
1 parent a933ecf commit 96164b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ If `true`, plugin names will not be printed in brackets after messages.
127127

128128
## How to get output without colors
129129

130-
If you would like no colors in the console output, simply pass `--no-colors` when you invoke whatever command runs this plugin. (This works because of [chalk](https://github.com/sindresorhus/chalk).)
130+
If you would like no colors in the console output, simply pass `--no-colors` when you invoke whatever command runs this plugin. (This works because of [picocolors](https://github.com/alexeyraspopov/picocolors).)
131131

132132
## Standalone formatter
133133

0 commit comments

Comments
 (0)