From 0e484b2efe836f64a7daf70d05951fcbcce13a78 Mon Sep 17 00:00:00 2001 From: Adrian de la Rosa Date: Sat, 9 May 2026 11:26:12 +0200 Subject: [PATCH] chore: add publishConfig for public access --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 1b4e97f..7801c03 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,9 @@ ], "license": "MIT", "name": "@echecs/elo", + "publishConfig": { + "access": "public" + }, "packageManager": "pnpm@10.33.0", "repository": { "type": "git",