Skip to content

Commit

Permalink
~> swap colors
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jul 10, 2018
1 parent bda5f0d commit f25349f
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('kleur');
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 @@ -19,9 +19,9 @@
"node": ">= 6"
},
"dependencies": {
"ansi-colors": "^2.0.1",
"console-clear": "^1.1.0",
"get-port": "^3.2.0",
"kleur": "^1.0.0",
"local-access": "^1.0.1",
"sade": "^1.4.0",
"sirv": "^0.1.2",
Expand Down

0 comments on commit f25349f

Please sign in to comment.