From 33b5e8e605e1366b48d48cc677d2d7c7d9bd0e5d Mon Sep 17 00:00:00 2001 From: Adrian Mejia Date: Sat, 23 Feb 2019 17:18:41 -0500 Subject: [PATCH] bump marked version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a399e57..cea4b7d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "license": "MIT", "dependencies": { "hexo-util": "^0.6.2", - "marked": "^0.3.9", + "marked": "^0.6.1", "object-assign": "^4.1.1", "strip-indent": "^2.0.0" },