aboutsummaryrefslogtreecommitdiff
path: root/.npmrc
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-10-14 18:16:58 -0600
committercrobibero <cody@robibe.ro>2020-10-14 18:16:58 -0600
commit58b82b886ff6594e4b521fd4fbbf2cbe8142edea (patch)
treeedb98394e81545550156ecb1462cbba47d3aa55d /.npmrc
parent8ffa14e6d3436cd6533bf43241c356f803b06845 (diff)
Add npmAuthenticate task
Diffstat (limited to '.npmrc')
-rw-r--r--.npmrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.npmrc b/.npmrc
new file mode 100644
index 0000000000..fcbd4bcf6f
--- /dev/null
+++ b/.npmrc
@@ -0,0 +1,3 @@
+registry=https://registry.npmjs.org/
+@{unstable}:registry=https://pkgs.dev.azure.com/jellyfin-project/jellyfin/_packaging/unstable/npm/registry/
+always-auth=true \ No newline at end of file