Skip to content

Commit f78764f

Browse files
committed
chore: use listr2 figure utilities
1 parent c903a16 commit f78764f

3 files changed

Lines changed: 2 additions & 21 deletions

File tree

lib/figures.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import chalk from 'chalk';
2-
import figures from 'figures';
2+
import { figures } from 'listr2';
33

44
export const warning = chalk.yellow(figures.warning);
55
export const error = chalk.red(figures.cross);
6-
export const info = chalk.blue(figures.info);
6+
export const info = chalk.blue(figures.pointer);
77
export const success = chalk.green(figures.tick);

package-lock.json

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"changelog-maker": "^4.4.1",
4444
"cheerio": "^1.0.0",
4545
"core-validate-commit": "^6.0.0",
46-
"figures": "^6.1.0",
4746
"ghauth": "^7.0.1",
4847
"git-secure-tag": "^2.3.1",
4948
"js-yaml": "^5.2.1",

0 commit comments

Comments
 (0)