Skip to content

Commit f8b4feb

Browse files
committed
Remove mdv, dependency is outdated and it mostly overlaps with
markdownlint
1 parent 4709f40 commit f8b4feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build-src": "npm run validate-markdown && bash ./scripts/md2html/build.sh src && bash ./scripts/schema-publish.sh src",
1818
"test": "c8 --100 vitest --watch=false && bash scripts/schema-test-coverage.sh",
1919
"format-markdown": "bash ./scripts/format-markdown.sh ./src/oas.md",
20-
"validate-markdown": "npx mdv src/oas.md && npx markdownlint-cli src/oas.md"
20+
"validate-markdown": "npx markdownlint-cli src/oas.md"
2121
},
2222
"dependencies": {
2323
"cheerio": "^1.0.0-rc.5",

0 commit comments

Comments
 (0)