v0.9.52
This commit is contained in:
4
zefie_wtvp_minisrv/package-lock.json
generated
4
zefie_wtvp_minisrv/package-lock.json
generated
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user