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"