diff options
author | Jorge Bucaran <mail@jorgebucaran.com> | 2021-03-27 17:46:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-27 19:46:41 +1100 |
commit | b27ad17c593b87708a7c0b72a9c04185852ecf3f (patch) | |
tree | 38d59266edc2720719924d6dcb249efa9e5992ee /package.json | |
parent | 14b8b24e1415dd6176f18a17d51ba6fe58a1f93f (diff) | |
download | plyr-b27ad17c593b87708a7c0b72a9c04185852ecf3f.tar.lz plyr-b27ad17c593b87708a7c0b72a9c04185852ecf3f.tar.xz plyr-b27ad17c593b87708a7c0b72a9c04185852ecf3f.zip |
Migrate color formatting to colorette (#2124)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f9ef169a..33557c5b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ }, "devDependencies": { "@sampotts/eslint-config": "1.1.5", - "ansi-colors": "^4.1.1", "autoprefixer": "^10.0.2", "aws-sdk": "^2.814.0", "@babel/core": "^7.12.10", @@ -48,6 +47,7 @@ "@babel/plugin-proposal-class-properties": "^7.12.1", "babel-eslint": "^10.1.0", "browser-sync": "^2.26.13", + "colorette": "1.2.2", "del": "^6.0.0", "eslint": "^7.3.1", "fancy-log": "^1.3.3", |