Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Usecase: Ingame Overlay, OBS Overlay
Name: Custom Hit Error Bar
Version: 3.5.1
Version: 3.6.0
Author: breadles5
CompatibleWith: Tosu
Resolution: 656x90
Expand Down
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "custom-hit-error-bar",
"author": "breadles",
"license": "GPL-3.0-only",
"version": "3.5.1",
"version": "3.6.0",
"type": "module",
"scripts": {
"build:prod": "vite build --mode production",
Expand All @@ -13,8 +13,13 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.18.6",
"@types/node": "^22.19.1",
"globals": "^15.15.0",
"vite": "^6.3.6"
"vite": "^6.4.1"
},
"pnpm": {
"overrides": {
"tinyglobby": "0.2.14"
}
}
}
}
Loading