Skip to content

Commit

Permalink
Moved koa-send to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Dec 6, 2023
1 parent c770d90 commit 4fd53c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/altair-koa-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design)",
"bugs": "https://github.com/altair-graphql/altair/issues",
"dependencies": {
"altair-static": "^5.2.14"
"altair-static": "^5.2.14",
"koa-send": "^5.0.1"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand All @@ -22,8 +23,7 @@
"typescript": "4.9.5"
},
"peerDependencies": {
"@koa/router": "11 - 12",
"koa-send": "^5.0.1"
"@koa/router": "11 - 12"
},
"engines": {
"node": ">= 12"
Expand Down

0 comments on commit 4fd53c4

Please sign in to comment.