Move favicons to dev dependencies

This is only needed for building the project, not running it.
This commit is contained in:
Wolvan 2022-02-04 21:57:16 +01:00
parent af8163541a
commit 8e0dcbf232

View file

@ -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",