Skip to content

Commit ae54572

Browse files
committed
👌IMPROVE: color
1 parent 4d04160 commit ae54572

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const { cyan } = require("chalk");
1+
const { bgBlue } = require("chalk");
22
const pkg = require("../package.json");
33

44
module.exports = () =>
5-
console.log(cyan(`\n\n${pkg.name} v${pkg.version} by ${pkg.author.name}`));
5+
console.log(bgBlue(`\n\n${pkg.name} v${pkg.version} by ${pkg.author.name}`));

0 commit comments

Comments
 (0)