Skip to content

Commit

Permalink
fix: downgrade markdown-link-check (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
holamgadol authored Apr 7, 2023
1 parent 61f6962 commit 4e229d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion linter.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const clearconfigOption = new Option('-l, --clearconfig', 'remove markdownlint c
program
.name('foliant-md-linter')
.description('CLI tool for linting Foliant markdown sources')
.version('0.0.1')
.version('0.1.10')

program.command('full-check')
.description('Check md files with markdownlint and markdown-link-check')
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foliant-md-linter",
"version": "0.1.9",
"version": "0.1.10",
"description": "CLI tool for linting Foliant markdown sources",
"license": "MIT",
"homepage": "https://github.com/holamgadol/foliant-md-linter",
Expand All @@ -19,10 +19,10 @@
"validate": "npm run lint && npm test"
},
"dependencies": {
"commander": "^10.0.0",
"markdown-link-check": "^3.10.3",
"commander": "^9.1.0",
"markdown-link-check": "~3.10.3",
"markdownlint-cli2": "^0.6.0",
"markdownlint-rules-foliant": "^0.1.9"
"markdownlint-rules-foliant": "latest"
},
"devDependencies": {
"eslint": "^7.32.0",
Expand Down

0 comments on commit 4e229d9

Please sign in to comment.