-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): replace cli-color dep with colorette #117
Conversation
Signed-off-by: Denes Dolhay <[email protected]>
Signed-off-by: Denes Dolhay <[email protected]>
Signed-off-by: Derek Lewis <[email protected]>
Signed-off-by: Denes Dolhay <[email protected]>
Signed-off-by: Denes Dolhay <[email protected]>
Signed-off-by: Derek Lewis <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I wonder if @jorgebucaran thinks so too. :)
Signed-off-by: Denes Dolhay <[email protected]>
@DerekNonGeneric it seems, that it does not agree with your change about the import. What do you want me to do? leave it as is, and you'll ignore the warning, or rewrite all imports to double quotes so it's consistent and passes the test? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me!
Yeah, that's what we'll do here; apparently it needs to be reconfigured — not a problem! |
What this PR do?
cli-color
dependency withcolorette
closes #56