From 676d69a8ca670362030c3b2e28d48d0cdca8674f Mon Sep 17 00:00:00 2001 From: Elliott Wagener Date: Tue, 12 Nov 2024 11:34:43 +1100 Subject: [PATCH] Add access public to publishConfig --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6b9005e..b93fe32 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,7 @@ "main": "./dist/index.js", "registry": "https://registry.npmjs.org/@elliott-w/payload-plugin-switch-env", "types": "./dist/index.d.ts", + "access": "public", "exports": { ".": { "import": "./dist/index.js",