From e9734b2bf59e3ba61e96485002e8aaea87a6bb2c Mon Sep 17 00:00:00 2001 From: DasProffi <67233923+DasProffi@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:16:46 +0100 Subject: [PATCH] chore: fix package.json for publishing --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 222264e..8a5660a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "@helpwave/internationalization", "description": "helpwave's internationalization library", + "publishConfig": { + "access": "public" + }, "author": "helpwave (https://helpwave.de)", "homepage": "https://helpwave.de", "repository": { @@ -16,7 +19,7 @@ "module": "dist/index.js", "types": "dist/index.d.ts", "bin": { - "build-intl": "./dist/scripts/compile-arb.js" + "build-intl": "dist/scripts/compile-arb.js" }, "exports": { ".": {