mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-21 20:47:59 +01:00
Move favicons to dev dependencies
This is only needed for building the project, not running it.
This commit is contained in:
parent
af8163541a
commit
8e0dcbf232
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue