From ca0fc09a01f5835a791a3da259d6225623696973 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 12 Dec 2025 21:51:00 -0800 Subject: [PATCH] fix: allow publishing as public package --- typescript/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/typescript/package.json b/typescript/package.json index 70bc069..67a2e5d 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -36,5 +36,8 @@ "type": "git", "url": "git+https://peoplesgrocers.com/code/oss/lseq.git", "directory": "typescript" + }, + "publishConfig": { + "access": "public" } }