Added required package

This commit is contained in:
Logan Cusano
2023-02-25 18:50:24 -05:00
parent e8cb6c497b
commit 1e62fcbcab

View File

@@ -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",