diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-02-09 01:27:55 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-02-09 01:27:55 +0100 |
| commit | 26c0d18405a609be121018ea323e72a9f407b9d0 (patch) | |
| tree | c9ab55c72734d718b7e338a8e4113338e98ebef4 | |
| parent | c17a74182760ac1f1f725fe1ed8fb032cc662c3d (diff) | |
Remove .npmrc and nuget.config files
| -rw-r--r-- | .npmrc | 3 | ||||
| -rw-r--r-- | nuget.config | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/.npmrc b/.npmrc deleted file mode 100644 index b7a317000..000000000 --- a/.npmrc +++ /dev/null @@ -1,3 +0,0 @@ -registry=https://registry.npmjs.org/ -@jellyfin:registry=https://pkgs.dev.azure.com/jellyfin-project/jellyfin/_packaging/unstable/npm/registry/ -always-auth=true
\ No newline at end of file diff --git a/nuget.config b/nuget.config deleted file mode 100644 index 326331f32..000000000 --- a/nuget.config +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<configuration> - <packageSources> - <add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" /> - </packageSources> -</configuration> |
