From 22bce1e1b6ca33c92e9ed7ab4989011cfb5642ca Mon Sep 17 00:00:00 2001 From: Joseph Phelan Date: Wed, 17 Jan 2024 16:20:03 -0600 Subject: [PATCH] fix npmrc --- .npmrc | 3 +++ .npmrc.yml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .npmrc delete mode 100644 .npmrc.yml diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..90638e41 --- /dev/null +++ b/.npmrc @@ -0,0 +1,3 @@ +npmRegistryServer=https://jfrog.ais.acquia.io/artifactory/api/npm/widen-npm-virtual/ +registry=https://jfrog.ais.acquia.io/artifactory/api/npm/widen-npm-virtual/ +npmAlwaysAuth=true diff --git a/.npmrc.yml b/.npmrc.yml deleted file mode 100644 index 43fbbd3d..00000000 --- a/.npmrc.yml +++ /dev/null @@ -1,3 +0,0 @@ -npmRegistryServer: "https://jfrog.ais.acquia.io/artifactory/api/npm/widen-npm-virtual/" -registry: "https://jfrog.ais.acquia.io/artifactory/api/npm/npm-local/" -npmAlwaysAuth: true