Skip to content

Commit

Permalink
0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jan 2, 2025
1 parent 8dccd06 commit a49ba1e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "museeks",
"productName": "Museeks",
"version": "0.20.0",
"version": "0.20.1",
"description": "A simple, clean and cross-platform music player.",
"type": "module",
"repository": {
Expand All @@ -26,7 +26,9 @@
"package:checksums": "bash scripts/checksum.sh",
"clippy": "cargo clippy --manifest-path src-tauri/Cargo.toml"
},
"browserslist": ["defaults"],
"browserslist": [
"defaults"
],
"dependencies": {
"@radix-ui/react-aspect-ratio": "^1.1.1",
"@radix-ui/react-popover": "^1.1.3",
Expand Down Expand Up @@ -77,5 +79,8 @@
"vite": "^6.0.3",
"vite-plugin-svgr": "^4.3.0"
},
"trustedDependencies": ["@biomejs/biome", "@parcel/watcher"]
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher"
]
}

0 comments on commit a49ba1e

Please sign in to comment.