aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.npmrc3
-rw-r--r--nuget.config6
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>