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