summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-08-09 11:49:36 -0500
committerMark Powers <markppowers0@gmail.com>2020-08-09 11:49:36 -0500
commitce1814387c9793e9553a525a44d218c50d7e255d (patch)
tree9ba7be3019f5802a13b6e25d90a9a6cb3a806676 /package.json
parent96378c5db8da2d1e694fbe219595317ae3682f33 (diff)
Refactor to use templates, add configHEADmaster
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 8c694bb..78ccd10 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"dependencies": {
+ "body-parser": "^1.19.0",
"express": "^4.17.1"
},
"devDependencies": {},