add missing dependency in package.json

This commit is contained in:
John Shaver 2019-09-04 00:41:17 -07:00
parent 1cda61f376
commit 59901ad8df
1 changed files with 4 additions and 1 deletions

View File

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