add missing dependency in package.json

This commit is contained in:
John Shaver 2019-09-04 00:41:17 -07:00
父節點 1cda61f376
當前提交 59901ad8df
共有 1 個文件被更改,包括 4 次插入1 次删除

查看文件

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