Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 16, 2023
1 parent 65bb1c1 commit 9ce3486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cli.js
Expand Up @@ -152,6 +152,7 @@ function transform(options = {}) {
plugins = [remarkParse, remarkMdx, [remarkRetext, unified().use({plugins})]]
} else if (!cli.flags.text) {
plugins = [
// @ts-expect-error: hush.
remarkParse,
remarkGfm,
[remarkFrontmatter, ['yaml', 'toml']],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -102,7 +102,7 @@
"type-fest": "^3.0.0",
"typescript": "^4.0.0",
"vfile-reporter-json": "^3.0.0",
"xo": "^0.53.0"
"xo": "^0.54.0"
},
"scripts": {
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
Expand Down

0 comments on commit 9ce3486

Please sign in to comment.