From afc6cf4b4c9681bc16808b05fa306cd42aa8e04f Mon Sep 17 00:00:00 2001 From: codemountains Date: Fri, 26 Jun 2026 16:46:12 +0900 Subject: [PATCH] Add Takumi Guard registry configuration --- .npmrc | 1 + package.json | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..f243a17 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://npm.flatt.tech diff --git a/package.json b/package.json index 61e7dbf..25f19bf 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,8 @@ }, "engines": { "node": ">=18" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org" } } \ No newline at end of file