Skip to content

Commit

Permalink
fix: replace colors with ansi-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Jan 10, 2022
1 parent eddb2e8 commit c7ec501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/reporters/base_color.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { red, yellow, green, cyan } = require('colors/safe')
const { red, yellow, green, cyan } = require('ansi-colors')

function BaseColorReporter () {
this.USE_COLORS = true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,10 @@
"weiran.zsd@outlook.com>"
],
"dependencies": {
"ansi-colors": "^4.1.1",
"body-parser": "^1.19.0",
"braces": "^3.0.2",
"chokidar": "^3.5.1",
"colors": "^1.4.0",
"connect": "^3.7.0",
"di": "^0.0.1",
"dom-serialize": "^2.2.1",
Expand Down

0 comments on commit c7ec501

Please sign in to comment.