From c2467e7492739be174d80acdee03541a18ff1258 Mon Sep 17 00:00:00 2001 From: Chenfeng Bao Date: Wed, 8 Jul 2026 16:09:39 -0400 Subject: [PATCH] add publishConfig.registry to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cf213f9..9b823db 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,8 @@ "d2l-tspan.js" ], "publishConfig": { - "access": "public" + "access": "public", + "registry": "https://registry.npmjs.org/" }, "dependencies": { "@brightspace-ui/core": "^3",