add missing dependency in package.json
This commit is contained in:
parent
1cda61f376
commit
59901ad8df
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue