Skip to content

Commit

Permalink
chore: release v3.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
explodingcamera committed Aug 26, 2024
1 parent d32cebc commit 7c9c3eb
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subsonic-api",
"version": "2.0.2",
"version": "3.0.0-0",
"description": "Subsonic and OpenSubsonic Client for Node.js and browsers",
"license": "MIT",
"author": "Henry Gressmann <mail@henrygressmann.de>",
Expand All @@ -11,9 +11,22 @@
"type": "git",
"url": "https://github.com/explodingcamera/subsonic-api.git"
},
"keywords": ["subsonic", "api", "music", "streaming", "media", "player", "client", "typescript"],
"keywords": [
"subsonic",
"api",
"music",
"streaming",
"media",
"player",
"client",
"typescript"
],
"homepage": "https://github.com/explodingcamera/subsonic-api",
"files": ["lib", "README.md", "LICENSE.md"],
"files": [
"lib",
"README.md",
"LICENSE.md"
],
"exports": {
".": "./lib/index.js"
},
Expand Down Expand Up @@ -47,5 +60,7 @@
"node": ">=18"
},
"engineStrict": false,
"trustedDependencies": ["@biomejs/biome"]
"trustedDependencies": [
"@biomejs/biome"
]
}

0 comments on commit 7c9c3eb

Please sign in to comment.