Skip to content

Commit

Permalink
Tsc should not be a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Aug 29, 2024
1 parent 7d3980c commit 72bf34b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"files": ["./dist", "./src"],
"devDependencies": {
"@jsr/std__assert": "^0.225.2",
"@types/bun": "latest"
},
"peerDependencies": {
"@types/bun": "latest",
"typescript": "^5.0.0"
},
"scripts": {
Expand Down

0 comments on commit 72bf34b

Please sign in to comment.