From 010e3a1f725dcf9b13f4e709e62b937db776b95e Mon Sep 17 00:00:00 2001 From: David Anson Date: Wed, 29 Jul 2015 22:45:39 -0700 Subject: [PATCH] Update markdown-it dependency to 4.4.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1291a64..0e8da111 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "example": "npm install through2 && cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint" }, "dependencies": { - "markdown-it": "^4.2.2" + "markdown-it": "^4.4.0" }, "devDependencies": { "browserify": "^11.0.1",