From 70e9243908227bd44104c1a14b393571611a42c4 Mon Sep 17 00:00:00 2001 From: Kim Tran Date: Wed, 3 Apr 2024 08:51:35 +0200 Subject: [PATCH] feat: publishconfig access public (#199) Co-authored-by: kim.tran --- libs/shell-core/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libs/shell-core/package.json b/libs/shell-core/package.json index 6ef85450..ed82ae75 100644 --- a/libs/shell-core/package.json +++ b/libs/shell-core/package.json @@ -17,5 +17,8 @@ "dependencies": {}, "type": "commonjs", "main": "./src/index.js", - "typings": "./src/index.d.ts" + "typings": "./src/index.d.ts", + "publishConfig": { + "access": "public" + } } \ No newline at end of file