From 0bceb256c5ec84ad71ae993b404e2e2d6df237d4 Mon Sep 17 00:00:00 2001 From: Typicode Date: Fri, 3 Apr 2015 17:42:27 +0200 Subject: [PATCH] Rename .grey to .gray --- bin/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/index.js b/bin/index.js index 8351cb1..1d7b43a 100755 --- a/bin/index.js +++ b/bin/index.js @@ -38,11 +38,11 @@ function start(object, filename) { var hostname = argv.host === '0.0.0.0' ? 'localhost' : argv.host for (var prop in object) { - console.log(chalk.grey(' http://' + hostname + ':' + port + '/') + chalk.cyan(prop)) + console.log(chalk.gray(' http://' + hostname + ':' + port + '/') + chalk.cyan(prop)) } console.log( - '\nYou can now go to ' + chalk.grey('http://' + hostname + ':' + port + '/\n') + '\nYou can now go to ' + chalk.gray('http://' + hostname + ':' + port + '/\n') ) console.log(