This commit is contained in:
IrosTheBeggar 2024-12-21 11:27:27 -05:00
parent ace6d952ec
commit 81a931c884
2 changed files with 6 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mstream",
"version": "5.13.0",
"version": "5.13.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mstream",
"version": "5.13.0",
"version": "5.13.1",
"license": "GPL-3.0",
"dependencies": {
"archiver": "^7.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "mstream",
"version": "5.13.0",
"version": "5.13.1",
"description": "music streaming server",
"main": "cli-boot-wrapper.js",
"bin": {
@ -58,7 +58,9 @@
"target": [
{
"target": "nsis",
"arch": ["x64"]
"arch": [
"x64"
]
}
]
},