From e58d2058e73b1c60b44b46f0e0eea2c3b0a5abdf Mon Sep 17 00:00:00 2001 From: Ryuichi Okumura Date: Sat, 14 Mar 2015 22:41:52 +0900 Subject: [PATCH] Bump markdown-it version to ^4.0.1 We're not using any markdown-it plugins, so we don't need to change our source code in YUIDoc. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa052def..50df2c5a 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "dependencies": { "express": "^4.10.1", "graceful-fs": "2.x", - "markdown-it": "^3.0.7", + "markdown-it": "^4.0.1", "minimatch": "^2.0.1", "rimraf": "2.x", "yui": "^3.18.1"