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": { ".": {