This commit is contained in:
zefie
2024-10-16 10:14:23 -04:00
parent 00fb08cc49
commit b6d7481753
3 changed files with 8 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
{ {
"name": "zefie_wtvp_minisrv", "name": "zefie_wtvp_minisrv",
"version": "0.9.51", "version": "0.9.52",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "zefie_wtvp_minisrv", "name": "zefie_wtvp_minisrv",
"version": "0.9.51", "version": "0.9.52",
"license": "GPL3", "license": "GPL3",
"dependencies": { "dependencies": {
"@mafintosh/vm2": "^3.9.2", "@mafintosh/vm2": "^3.9.2",

View File

@@ -1,6 +1,6 @@
{ {
"name": "zefie_wtvp_minisrv", "name": "zefie_wtvp_minisrv",
"version": "0.9.51", "version": "0.9.52",
"description": "WebTV Service (WTVP) Emulation Server", "description": "WebTV Service (WTVP) Emulation Server",
"main": "app.js", "main": "app.js",
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv", "homepage": "https://github.com/zefie/zefie_wtvp_minisrv",

View File

@@ -1,9 +1,11 @@
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.89-alpha"> <Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.89-alpha">
<PropertyGroup> <PropertyGroup>
<!--Command to run on project build--> <!--Command to run on project build-->
<BuildCommand> </BuildCommand> <BuildCommand>
</BuildCommand>
<!--Command to run on project clean--> <!--Command to run on project clean-->
<CleanCommand> </CleanCommand> <CleanCommand>
<StartupCommand>npm run start</StartupCommand> </CleanCommand>
<StartupCommand>npm start</StartupCommand>
</PropertyGroup> </PropertyGroup>
</Project> </Project>