1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-08 14:24:16 +02:00

fix(server): Remove koa-compress

This commit is contained in:
syuilo
2020-05-10 17:41:16 +09:00
parent 8b853b7970
commit be183206e6
3 changed files with 2 additions and 43 deletions

View File

@@ -65,7 +65,6 @@
"@types/katex": "0.11.0",
"@types/koa": "2.11.3",
"@types/koa-bodyparser": "4.3.0",
"@types/koa-compress": "2.0.9",
"@types/koa-cors": "0.0.0",
"@types/koa-favicon": "2.0.19",
"@types/koa-logger": "3.1.1",
@@ -164,7 +163,6 @@
"katex": "0.11.1",
"koa": "2.11.0",
"koa-bodyparser": "4.3.0",
"koa-compress": "4.0.1",
"koa-favicon": "2.1.0",
"koa-json-body": "5.3.0",
"koa-logger": "3.2.1",