0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix(deps): add missing prod dependency

http-errors needs to be a prod dependency
as it is used in code.
This commit is contained in:
Zoltan Kochan 2019-07-31 19:08:32 +03:00
parent c1672f7e32
commit 849f5bccb4
2 changed files with 1 additions and 0 deletions

View file

@ -32,6 +32,7 @@
"envinfo": "7.3.1",
"express": "4.17.1",
"handlebars": "4.1.2",
"http-errors": "1.7.3",
"js-yaml": "3.13.1",
"jsonwebtoken": "8.5.1",
"kleur": "3.0.3",

BIN
yarn.lock

Binary file not shown.