has-color => supports-color

This commit is contained in:
Sindre Sorhus 2014-06-14 03:49:42 +02:00
parent 90f012c793
commit 144421dc16
3 changed files with 5 additions and 5 deletions

View file

@ -41,8 +41,8 @@
],
"dependencies": {
"ansi-styles": "^1.1.0",
"has-color": "^0.1.0",
"strip-ansi": "^0.2.0"
"strip-ansi": "^0.2.0",
"supports-color": "^0.2.0"
},
"devDependencies": {
"mocha": "*"