Skip to content

Commit

Permalink
Move ts-related packages to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHreben committed Apr 11, 2021
1 parent 6708252 commit 1e8afbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"jest": "^26.4.2",
"node-fetch": "^2.6.1",
"prettier": "^2.1.2",
"ts-jest": "^26.4.1"
"ts-jest": "^26.4.1",
"typescript": "^3",
"@types/jest": "^26.0.14",
"@types/koa": "^2.11.6"
},
"dependencies": {
"@types/jest": "^26.0.14",
"@types/koa": "^2.11.6",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.0.0",
"typescript": "^3"
"koa-router": "^10.0.0"
},
"peerDependencies": {
"jest": "*"
Expand Down

0 comments on commit 1e8afbb

Please sign in to comment.