Skip to content

Commit

Permalink
fix: add missing typing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Sep 14, 2020
1 parent a2859c8 commit 083395f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/decorator/package.json
Expand Up @@ -17,14 +17,12 @@
"camelcase": "^5.0.0",
"debug": "^4.1.1",
"joi": "^14.3.1",
"@types/express": "^4.17.8",
"@types/koa": "^2.11.4",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/express": "^4.17.8",
"@types/joi": "^14.3.4",
"@types/koa": "^2.11.4",
"express": "^4.17.1",
"koa": "^2.13.0",
"midway-bin": "^2.2.1",
"mm": "^2.5.0"
},
Expand Down

0 comments on commit 083395f

Please sign in to comment.