Alias grey to gray. Fixes #3

This commit is contained in:
Sindre Sorhus 2013-08-29 16:14:18 +02:00
parent f7514e8055
commit 38efc4600b
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,8 @@
var ansi = require('ansi-styles');
var defineProps = Object.defineProperties;
ansi.grey = ansi.gray;
var styles = (function () {
var ret = {};