From 03da1ab6e61e0fb0c4ca7887487de04efb4859e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Apr 2019 03:13:22 +0000 Subject: [PATCH] Update markdownlint requirement from ^0.12.0 to ^0.13.0 Updates the requirements on [markdownlint](https://github.com/DavidAnson/markdownlint) to permit the latest version. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.12.0...v0.13.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed57aa0..5e08e29 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ } }, "dependencies": { - "markdownlint": "^0.12.0" + "markdownlint": "^0.13.0" }, "devDependencies": { "chai": "latest",