From a5b28316ce73d0e1c818b1ef73f7232fdc5b6e22 Mon Sep 17 00:00:00 2001 From: Robin Bolscher Date: Mon, 18 May 2026 10:35:48 +0200 Subject: [PATCH] chore: remove .npmrc @athombv/jsdoc-template is moving to npmjs.org, where it resolves from the default registry without any scope mapping. This is the only @athombv/* dependency in this repo, so dropping the file is safe. --- .npmrc | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 6c83350..0000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -@athombv:registry=https://npm.pkg.github.com -//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}