8000 refactor: use named export of `markdown-table` · unjs/webpackbar@c0be4d7 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit c0be4d7

Browse files
committed
refactor: use named export of markdown-table
1 parent 04bb610 commit c0be4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import c from "ansis";
22
import { consola as _consola } from "consola";
3-
import markdownTable from "markdown-table";
3+
import { markdownTable } from "markdown-table";
44

55
import { BLOCK_CHAR, BLOCK_CHAR2, BAR_LENGTH } from "./consts";
66

0 commit comments

Comments
 (0)
0