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:
Sindre Sorhus 2017-06-20 21:37:29 +02:00
parent 0412cdf07b
commit 870249689a
3 changed files with 0 additions and 22 deletions

View file

@ -155,5 +155,4 @@ function applyStyle() {
Object.defineProperties(Chalk.prototype, styles);
module.exports = new Chalk();
module.exports.styles = ansiStyles;
module.exports.supportsColor = supportsColor;