Skip to content

Commit 936bf19

Browse files
author
App Generator
committed
Update Dependencies
- Remove body-parser - Added Joy (validation library)
1 parent 8411c0f commit 936bf19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-server-nodejs",
3-
"version": "0.0.1",
3+
"version": "0.0.4",
44
"description": "RESTful back-end for Node.js and Express.js",
55
"main": "api.js",
66
"scripts": {
@@ -11,10 +11,10 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"bcrypt-nodejs": "0.0.3",
14-
"body-parser": "^1.17.2",
1514
"compression": "^1.7.4",
1615
"cors": "^2.8.5",
1716
"dotenv": "^8.2.0",
17+
"joi": "^17.4.0",
1818
"express": "^4.15.3",
1919
"express-passport-logout": "^0.1.0",
2020
"fs": "0.0.1-security",

0 commit comments

Comments
 (0)