From 5022d646d02d1198775a622ce52572828223cfb6 Mon Sep 17 00:00:00 2001 From: Kouhai Date: Wed, 9 Nov 2022 00:13:47 -0800 Subject: [PATCH] unignore npmrc --- .gitignore | 2 -- .npmrc | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .npmrc diff --git a/.gitignore b/.gitignore index 927f471..5483f76 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,3 @@ dist-modern/ stats.json report.html package-lock.json - -.npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..974cb6f --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +@thouse:registry=https://gitea.treehouse.systems/api/packages/treehouse/npm/ +publish-branch=main