From b66f81f251a8509272671d33bb9c617d65c9d718 Mon Sep 17 00:00:00 2001 From: hajorg Date: Wed, 29 Nov 2023 17:50:20 +0100 Subject: [PATCH] chore: make npm package public --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index ab00db5..936de09 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "0.1.0", "description": "Frontend component for ai translations", "main": "dist/index.js", + "publishConfig": { + "access": "public" + }, "scripts": { "build": "make build", "i18n_extract": "BABEL_ENV=i18n fedx-scripts babel src --quiet > /dev/null",