add missing dependency in package.json

Cette révision appartient à :
John Shaver 2019-09-04 00:41:17 -07:00
Parent 1cda61f376
révision 59901ad8df
1 fichiers modifiés avec 4 ajouts et 1 suppressions

Voir le fichier

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