From cc987d1fae69f52f96c1eb854a9dc55fb4e17ef8 Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 22 Nov 2024 19:43:28 +0300 Subject: [PATCH] fix: set frms-coe-startup-lib package to be public in the package.json to avoid unauthenticated errors during installations. (#129) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c9ac53..ee58837 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "lib" ], "publishConfig": { - "@tazama-lf:registry": "https://npm.pkg.github.com/" + "@tazama-lf:registry": "https://npm.pkg.github.com/", + "access": "public" }, "scripts": { "build": "tsc --project tsconfig.json",