Move lodash to devDependencies sicne its used only in testing

This commit is contained in:
rejas 2020-07-30 13:04:55 +02:00
parent 3ced35a2f8
commit 89b33d2c62

View File

@ -51,6 +51,7 @@
"http-auth": "^3.2.3",
"husky": "^4.2.5",
"jsdom": "^11.6.2",
"lodash": "^4.17.19",
"mocha": "^7.1.2",
"mocha-each": "^2.0.1",
"mocha-logger": "^1.0.6",
@ -76,7 +77,6 @@
"helmet": "^3.23.3",
"ical": "^0.8.0",
"iconv-lite": "^0.6.2",
"lodash": "^4.17.19",
"module-alias": "^2.2.2",
"moment": "^2.27.0",
"request": "^2.88.2",