add missing dependency in package.json

Este commit está contenido en:
John Shaver 2019-09-04 00:41:17 -07:00
padre 1cda61f376
commit 59901ad8df
Se han modificado 1 ficheros con 4 adiciones y 1 borrados

Ver fichero

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