From e4cd6f2f2f577bd894f5554a3e3692e7bf5965bc Mon Sep 17 00:00:00 2001 From: jem Date: Mon, 9 Nov 2020 08:31:11 +0100 Subject: [PATCH] configuring the npm reg - but unsure about the url to use. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index ffcef24..c417dc8 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,9 @@ "deasync": "0.1.20", "request": "2.88.0" }, + "publishConfig": { + "registry": "https://www.npmjs.com/package" + }, "devDependencies": { "shadow-cljs": "^2.8.37" },