From 053f881b9dcaedef2e01c25f37a99e2a459d90df Mon Sep 17 00:00:00 2001 From: Antonin MOREL Date: Wed, 20 May 2026 15:33:55 +0200 Subject: [PATCH] chore: set access to public --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a89d084..d9d46fc 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,9 @@ "src" ], "type": "module", + "publishConfig": { + "access": "public" + }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts",