From 1e62fcbcab70df7f536cdae588a62bc83f811c77 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 25 Feb 2023 18:50:24 -0500 Subject: [PATCH] Added required package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d424c1a..e12e787 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "debug": "~2.6.9", "ejs": "~2.6.1", "http-errors": "~1.6.3", - "morgan": "~1.9.1" + "morgan": "~1.9.1", + "node-html-markdown": "~1.3.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",