From 5faff9140f501898176d3a65ea015d1ca29e86a1 Mon Sep 17 00:00:00 2001 From: Paul LeMarquand Date: Fri, 10 Oct 2025 22:48:13 -0400 Subject: [PATCH] Add .npmrc with default registry configuration --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..214c29d13 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://registry.npmjs.org/