supports-color@3.1.1

Currently chalk breaks when run in Electron's renderer. Upgrading to `supports-color@3.1.1` fixes the issue.
This commit is contained in:
Hugh Kennedy 2015-09-12 05:39:26 +01:00
parent 14603cd0f5
commit a3f232b62d

View file

@ -49,7 +49,7 @@
"escape-string-regexp": "^1.0.2",
"has-ansi": "^2.0.0",
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
"supports-color": "^3.1.1"
},
"devDependencies": {
"coveralls": "^2.11.2",