Skip to content

Commit

Permalink
ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Aug 20, 2024
1 parent ed7a592 commit 133e63a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"private": true,
"module": "main.ts",
"type": "module",
"scripts": {
"start": "bun main.ts"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/bun": "latest",
Expand All @@ -15,9 +18,6 @@
"peerDependencies": {
"typescript": "^5.0.0"
},
"scripts": {
"start": "bun main.ts"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
Expand Down

0 comments on commit 133e63a

Please sign in to comment.