Skip to content

Commit

Permalink
Chore: Downgrade markdownlint to 0.13.0
Browse files Browse the repository at this point in the history
There are some issues with the latest version that flag issues with the
current markdown. Downgrading until a new version is reeased.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Ref DavidAnson/markdownlint#182
  • Loading branch information
molant committed May 8, 2019
1 parent 6a9ee21 commit 36a019b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"listr": "^0.14.2",
"listr-inquirer": "^0.1.0",
"markdown-link-validator": "^1.0.0",
"markdownlint": "^0.14.0",
"markdownlint": "^0.13.0",
"npm-run-all": "^4.1.5",
"p-retry": "^4.1.0",
"rimraf": "^2.6.3",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Expand Up @@ -8220,14 +8220,7 @@ markdownlint-cli@^0.15.0:
minimatch "~3.0.4"
rc "~1.2.7"

markdownlint@^0.14.0:
version "0.14.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.14.0.tgz#4cbccb41f7fd8875be188ea3fa9ccd31a6c863b0"
integrity sha512-PkLe36HTB0ZkU8Kveq4rGmftFgPxioweqofHyHLcPD9SKyUdMAgUgNJQ4+OXjpsVPLLL3qYoxPewsQ5G3FI+iQ==
dependencies:
markdown-it "8.4.2"

markdownlint@~0.13.0:
markdownlint@^0.13.0, markdownlint@~0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.13.0.tgz#39ffd5ffbf1198c761a5ef3e28c195e5eb8dd669"
integrity sha512-mGeDEbvmRk2T8f043lK7Lhcdi7mr68hQqGsJCS4p52uvEyOLym28s3r7GA6aaFQFtwT0MfFaJ/7Ex4n/HVPUnQ==
Expand Down

0 comments on commit 36a019b

Please sign in to comment.