From 89b33d2c620ad52743ee71a5ec94d6d147e37c0f Mon Sep 17 00:00:00 2001 From: rejas Date: Thu, 30 Jul 2020 13:04:55 +0200 Subject: [PATCH] Move lodash to devDependencies sicne its used only in testing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c33a884..12d027c3 100644 --- a/package.json +++ b/package.json @@ -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",