Skip to content

Commit 0bceb25

Browse files
committed
Rename .grey to .gray
1 parent d6d9bae commit 0bceb25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ function start(object, filename) {
3838
var hostname = argv.host === '0.0.0.0' ? 'localhost' : argv.host
3939

4040
for (var prop in object) {
41-
console.log(chalk.grey(' http://' + hostname + ':' + port + '/') + chalk.cyan(prop))
41+
console.log(chalk.gray(' http://' + hostname + ':' + port + '/') + chalk.cyan(prop))
4242
}
4343

4444
console.log(
45-
'\nYou can now go to ' + chalk.grey('http://' + hostname + ':' + port + '/\n')
45+
'\nYou can now go to ' + chalk.gray('http://' + hostname + ':' + port + '/\n')
4646
)
4747

4848
console.log(

0 commit comments

Comments
 (0)