From fbc6104a098c703c5ff15126912315a34914ea20 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Mon, 29 Aug 2022 08:49:26 +1200 Subject: [PATCH] fix: publish to github pacakge registry by default --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ebca301..362fb8f 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "test": "echo 'No tests yet'" }, "publishConfig": { + "registry":"https://npm.pkg.github.com", "access": "public" }, "type": "module",