diff --git a/src/Blazor/LICENSE.md b/src/Blazor/LICENSE.md index 4f592f86..644834c2 100644 --- a/src/Blazor/LICENSE.md +++ b/src/Blazor/LICENSE.md @@ -1,4 +1,5 @@ --- + date: 2023-07-13T05:44:46:00-05:00Z description: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, yadda, yadda, yadda... keywords: @@ -21,7 +22,7 @@ license: MIT slug: mit-license title: MIT License type: license ---- +------------- # MIT License diff --git a/src/Blazor/src/package-lock.json b/src/Blazor/src/package-lock.json index 13f59a5d..6d5f95e8 100644 --- a/src/Blazor/src/package-lock.json +++ b/src/Blazor/src/package-lock.json @@ -1,11 +1,11 @@ { - "requires": true, - "lockfileVersion": 1, "dependencies": { "@microsoft/dotnet-js-interop": { - "version": "8.0.0", + "integrity": "sha512-REgH1LzhP68m3i8B80KLyKLRIOhLbWjwGl60HyVQEqN2eDeFUlgRfjifMa+Udl/NpIIafjqslMAouV8BUzHm8Q==", "resolved": "https://registry.npmjs.org/@microsoft/dotnet-js-interop/-/dotnet-js-interop-8.0.0.tgz", - "integrity": "sha512-REgH1LzhP68m3i8B80KLyKLRIOhLbWjwGl60HyVQEqN2eDeFUlgRfjifMa+Udl/NpIIafjqslMAouV8BUzHm8Q==" + "version": "8.0.0" } - } -} + }, + "lockfileVersion": 1, + "requires": true +} \ No newline at end of file diff --git a/src/Blazor/src/package.json b/src/Blazor/src/package.json index 5692bf1c..1b68d9d6 100644 --- a/src/Blazor/src/package.json +++ b/src/Blazor/src/package.json @@ -1,9 +1,9 @@ -{ - "author": { - "name": "David G. Moore, Jr.", - "email": "david@dgmjr.io" - }, - "dependencies": { - "@microsoft/dotnet-js-interop": "^8.0.0" - } -} +{ + "author": { + "email": "david@dgmjr.io", + "name": "David G. Moore, Jr." + }, + "dependencies": { + "@microsoft/dotnet-js-interop": "^8.0.0" + } +} \ No newline at end of file diff --git a/src/Blazor/src/tsconfig.json b/src/Blazor/src/tsconfig.json index cf561f95..ee2804b7 100644 --- a/src/Blazor/src/tsconfig.json +++ b/src/Blazor/src/tsconfig.json @@ -1,16 +1,13 @@ -{ - "compileOnSave": true, - "buildOptions": { - "emitEntryPoint": true, - "preserveCompilationContext": true, - "copyToOutput": { - "include": [ - "appsettings.json", - "appsettings.Development.json" - ] - } - }, - "compilerOptions": { - "outDir": "../wwwroot/" - } -} +{ + "buildOptions": { + "copyToOutput": { + "include": [ "appsettings.json", "appsettings.Development.json" ] + }, + "emitEntryPoint": true, + "preserveCompilationContext": true + }, + "compileOnSave": true, + "compilerOptions": { + "outDir": "../wwwroot/" + } +} \ No newline at end of file