From ea879c35b50c7f3371d84762487fb0df5463e4a3 Mon Sep 17 00:00:00 2001 From: stevejpurves Date: Tue, 11 Jun 2024 21:27:23 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20add=20publish=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/thebe/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/thebe/package.json b/packages/thebe/package.json index f7853d5d..8814b884 100644 --- a/packages/thebe/package.json +++ b/packages/thebe/package.json @@ -9,6 +9,9 @@ "entryPoint": "./src/index.ts", "displayName": "Child Package" }, + "publishConfig": { + "access": "public" + }, "scripts": { "clean": "rm -rf ./lib", "build:bundle:dev": "webpack --mode development --devtool inline-source-map --progress --color",