From 64526ac9802bbf80055605e296b39c45677c2e05 Mon Sep 17 00:00:00 2001 From: Mathew Date: Thu, 11 Apr 2024 12:49:40 +1000 Subject: [PATCH] Update package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 18b3f9b..c3192e9 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,9 @@ "devDependencies": { "chai": "^4.4.1", "mocha": "^10.4.0" + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" } }