From 59901ad8df69c77da2b959d45061ed116d5fd411 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Wed, 4 Sep 2019 00:41:17 -0700 Subject: [PATCH] add missing dependency in package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c0b9e5..1397949 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,8 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "john@rootprojects.com", - "license": "UNLICENSED" + "license": "UNLICENSED", + "dependencies": { + "body-parser": "^1.19.0" + } }