From 6771c2c6998f53effee9247347cb0ac71612b3dc Mon Sep 17 00:00:00 2001 From: Amin Moghaddam Date: Thu, 8 Feb 2024 14:31:58 +0100 Subject: [PATCH] Make publish public (#1286) --- express_relay/sdk/js/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/express_relay/sdk/js/package.json b/express_relay/sdk/js/package.json index 7f6c96dbe..53fffb8e4 100644 --- a/express_relay/sdk/js/package.json +++ b/express_relay/sdk/js/package.json @@ -11,6 +11,9 @@ "files": [ "lib/**/*" ], + "publishConfig": { + "access": "public" + }, "scripts": { "build": "tsc", "test": "jest src/ --passWithNoTests",