Fixed config.json capitalization issue.

This commit is contained in:
Ylian Saint-Hilaire
2022-11-04 11:50:42 -07:00
parent 69364ea2d2
commit 4087a02fdb
3 changed files with 7 additions and 4 deletions

View File

@@ -37,6 +37,7 @@
"sample-config-advanced.json"
],
"dependencies": {
"@yetzt/nedb": "^1.8.0",
"archiver": "^5.3.1",
"body-parser": "^1.19.0",
"cbor": "~5.2.0",
@@ -46,9 +47,9 @@
"express-handlebars": "^5.3.5",
"express-ws": "^4.0.0",
"ipcheck": "^0.1.0",
"ldapauth-fork": "^5.0.5",
"minimist": "^1.2.5",
"multiparty": "^4.2.1",
"@yetzt/nedb": "^1.8.0",
"node-forge": "^1.0.0",
"ws": "^5.2.3",
"yauzl": "^2.10.0"