bump ansi-styles

the gray alias is now in ansi-styles
This commit is contained in:
Sindre Sorhus 2014-11-23 18:56:00 +07:00
parent 0f22588c59
commit 21143174c4
3 changed files with 8 additions and 8 deletions

View file

@ -21,8 +21,6 @@ function build(_styles) {
var styles = (function () {
var ret = {};
ansiStyles.grey = ansiStyles.gray;
Object.keys(ansiStyles).forEach(function (key) {
ansiStyles[key].closeRe = new RegExp(escapeStringRegexp(ansiStyles[key].close), 'g');
@ -54,7 +52,7 @@ function applyStyle() {
return str;
}
/*jshint validthis: true*/
/*jshint validthis: true */
var nestedStyles = this._styles;
var i = nestedStyles.length;