Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 12, 2024
1 parent 753bd57 commit b35b77e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
with:
bun-version-file: package.json

- name: Install bzip2
run: sudo apt-get install -y bzip2

- name: Install Dependencies
run: bun install --frozen-lockfile

Expand Down
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,5 @@
"name": "wikipedia-yomitan",
"peerDependencies": {
"typescript": "^5.0.0"
},
"ava": {
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--import=tsimp"
]
}
}

0 comments on commit b35b77e

Please sign in to comment.