Skip to content

Commit

Permalink
Install TypeScript as a devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
lafkpages committed Oct 14, 2023
1 parent 76f4cc0 commit f90f5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
"devDependencies": {
"@electron/asar": "^3.2.7",
"bun-types": "latest",
"typedoc": "^0.25.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typedoc": "^0.25.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@tybys/chromium-pickle-js": "^1.0.0"
Expand Down

0 comments on commit f90f5f6

Please sign in to comment.