From 60e5d8f7918313c8c6269ba6c5e5e07706664ded Mon Sep 17 00:00:00 2001 From: Kevin O'Brien Date: Sat, 23 Mar 2024 10:23:13 -0400 Subject: [PATCH] fix npmrc --- .npmrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.npmrc b/.npmrc index 0cafe6f..65a3999 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,3 @@ -#//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN} -#@bitfrost:registry=https://npm.pkg.github.com -registry=https://registry.npmjs.org -#always-auth=true \ No newline at end of file +//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN} +@bitfrost:registry=https://npm.pkg.github.com +always-auth=true \ No newline at end of file