Skip to content

Commit

Permalink
Remove koa dependencies
Browse files Browse the repository at this point in the history
Only used for ttag-cli web
  • Loading branch information
kevinlul committed Sep 16, 2024
1 parent 129dee5 commit 903da7d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 433 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
"resolutions": {
"@types/node": "^20.16.5",
"http2-wrapper": "^2.2.1",
"koa": "link:./node_modules/.NULL",
"koa-router": "link:./node_modules/.NULL",
"koa-body": "link:./node_modules/.NULL",
"semver": "^7.6.3"
},
"jest": {
Expand Down
Loading

0 comments on commit 903da7d

Please sign in to comment.