From 5278e6b82711ea638ed83a569c045fa2801e9fff Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 2 Jun 2022 13:22:35 -0400 Subject: [PATCH] focus on Github npm registry --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 6fd71cd..3a35262 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "watch": "rollup -cw", "build": "rm -rf dist && rollup -c" }, + "publishConfig": { + "registry":"https://npm.pkg.github.com" + }, "repository": { "type": "git", "url": "git+https://github.com/GLARE-Project/GLARE-Viewer.git"