Add overline style and remove keyword, hsl, hsv, hwb and ansi style

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2021-04-18 02:22:16 +12:00
parent d798222a5a
commit 83341478e9
No known key found for this signature in database
GPG key ID: 94AE1ACB662A2A6D
7 changed files with 51 additions and 124 deletions

View file

@ -42,17 +42,20 @@
"text"
],
"dependencies": {
"ansi-styles": "^4.1.0",
"ansi-styles": "^6.0.0",
"supports-color": "^9.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"color-convert": "^2.0.1",
"coveralls": "^3.1.0",
"execa": "^5.0.0",
"log-update": "^4.0.0",
"matcha": "^0.7.0",
"nyc": "^15.1.0",
"tsd": "^0.14.0",
"xo": "^0.38.2"
"xo": "^0.38.2",
"yoctodelay": "^1.2.0"
},
"xo": {
"rules": {