Skip to content

Commit

Permalink
[Dev Deps] pin markdownlint-cli to v0.35, because v0.36+ depends on…
Browse files Browse the repository at this point in the history
… a `glob` that breaks CI

See isaacs/jackspeak#4
  • Loading branch information
ljharb committed Dec 19, 2023
1 parent 678cc94 commit 6f0668c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"jackspeak": "=2.1.1",
"linklocal": "^2.8.2",
"lodash.isarray": "^4.0.0",
"markdownlint-cli": "^0.38.0",
"markdownlint-cli": "~0.35",
"mocha": "^3.5.3",
"npm-which": "^3.0.1",
"nyc": "^11.9.0",
Expand Down

0 comments on commit 6f0668c

Please sign in to comment.