We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d04160 commit ae54572Copy full SHA for ae54572
1 file changed
utils/header.js
@@ -1,5 +1,5 @@
1
-const { cyan } = require("chalk");
+const { bgBlue } = require("chalk");
2
const pkg = require("../package.json");
3
4
module.exports = () =>
5
- console.log(cyan(`\n\n${pkg.name} v${pkg.version} by ${pkg.author.name}`));
+ console.log(bgBlue(`\n\n${pkg.name} v${pkg.version} by ${pkg.author.name}`));
0 commit comments