Remove chalk.styles
Very few consumers use this. Those who need it can just use the `ansi-styles` package directly.
This commit is contained in:
parent
0412cdf07b
commit
870249689a
3 changed files with 0 additions and 22 deletions
1
index.js
1
index.js
|
|
@ -155,5 +155,4 @@ function applyStyle() {
|
|||
Object.defineProperties(Chalk.prototype, styles);
|
||||
|
||||
module.exports = new Chalk();
|
||||
module.exports.styles = ansiStyles;
|
||||
module.exports.supportsColor = supportsColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue