Skip to content

Commit

Permalink
Remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 10, 2023
1 parent 4655cb3 commit 9919334
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"devDependencies": {
"@types/node": "^20.0.0",
"@types/stack-utils": "^2.0.0",
"@types/tap": "^15.0.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"c8": "^8.0.0",
"eslint": "^8.1.0",
Expand All @@ -56,7 +55,7 @@
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0",
"tap": "^18.5.0",
"typescript": "^=5.0.2"
"typescript": "^5.0.2"
},
"engines": {
"node": ">= 18"
Expand Down

0 comments on commit 9919334

Please sign in to comment.