From 9c182ba701e7f868d58d31be93b7a55449f8642f Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Sun, 4 Sep 2022 08:38:19 +0200 Subject: [PATCH] :robot: chore(package.json): Set publishConfig access to public. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/b30cf223897adb74ca4a854799d50b21d7e1959d/src/transforms/package.json:set-publish-config-access-public.js Please contact the author of the transform if you believe there was an error. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index fea426e..117fdb5 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,9 @@ "files": [ "dist" ], + "publishConfig": { + "access": "public" + }, "scripts": { "build": "NODE_ENV=production microbundle", "build-docs": "esdoc",