From 8e0dcbf2325ce2bda1b248f1c1ad64b54a7e6438 Mon Sep 17 00:00:00 2001 From: Wolvan Date: Fri, 4 Feb 2022 21:57:16 +0100 Subject: [PATCH] Move favicons to dev dependencies This is only needed for building the project, not running it. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ca956c..b073d13 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "eslint": "^8.3.0", "eslint-plugin-chai-expect": "^3.0.0", "eslint-plugin-mocha": "^9.0.0", + "favicons": "^6.2.2", "klaw": "^4.0.1", "mocha": "^9.1.3", "rimraf": "^3.0.2", @@ -67,7 +68,6 @@ "compression": "^1.7.4", "cookie-parser": "^1.4.6", "express": "^4.17.2", - "favicons": "^6.2.2", "fs-extra": "^10.0.0", "helmet": "^5.0.2", "mysql2": "^2.3.3",