Skip to content

Commit

Permalink
replace: clorox —> ansi-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed May 15, 2018
1 parent d246b5e commit 4a558e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sirv-cli/boot.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const sirv = require('sirv');
const colors = require('clorox');
const { resolve } = require('path');
const clear = require('console-clear');
const { createServer } = require('http');
const access = require('local-access');
const colors = require('ansi-colors');
const tinydate = require('tinydate');
const toPort = require('get-port');

Expand Down
2 changes: 1 addition & 1 deletion packages/sirv-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node": ">= 6"
},
"dependencies": {
"clorox": "^1.0.3",
"ansi-colors": "^2.0.1",
"console-clear": "^1.1.0",
"get-port": "^3.2.0",
"local-access": "^1.0.1",
Expand Down

0 comments on commit 4a558e6

Please sign in to comment.