Skip to content

Commit

Permalink
fix: Move type defs
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH committed Mar 12, 2024
1 parent b54f638 commit d0e0ea9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"author": "Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)",
"license": "MIT",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/hapi": "^21.3.3",
"@types/multer": "^1.4.11",
"express": "^4.18.3",
"koa": "^2.15.0",
"reflect-metadata": "^0.2.1",
"validator": "^13.11.0"
},
"devDependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/hapi": "^21.3.3",
"@types/node": "^18.0.0",
"@types/validator": "^13.11.7",
"express": "^4.18.3",
"koa": "^2.15.0",
"typescript": "^5.3.3"
},
"repository": {
Expand Down

0 comments on commit d0e0ea9

Please sign in to comment.