From aea5b84c4123c2172152f7359e2e944f206ecca1 Mon Sep 17 00:00:00 2001 From: Krise Date: Wed, 2 Aug 2023 11:56:32 +0000 Subject: [PATCH] fix: add public package to release --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 6787d1e..3bfb0c8 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,9 @@ } ] }, + "publishConfig": { + "access": "public" + }, "directus:extension": { "type": "hook", "path": "dist/index.js",