From 8d2d52012204f06a17655959809c1068e174a7d8 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 25 Dec 2025 16:03:23 -0600 Subject: [PATCH] Add npm registry configuration and authentication token to .npmrc for package management --- .npmrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index b6f27f1..77d9508 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ -engine-strict=true +@quad4:registry=https://git.quad4.io/api/packages/quad4-software/npm/ +//git.quad4.io/api/packages/quad4-software/npm/:_authToken=${NPM_TOKEN} \ No newline at end of file