From b7286e2628af8fef400fd0497a6ca83b85131c1e Mon Sep 17 00:00:00 2001 From: tedspare Date: Wed, 2 Oct 2024 17:35:52 -0400 Subject: [PATCH] Make access public --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 682e184..e3f9b7c 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,9 @@ "simple-git-hooks": { "post-commit": "bun run rubriclab-postcommit" }, + "publishConfig": { + "access": "public" + }, "scripts": { "prepare": "bun x simple-git-hooks", "bleed": "bun x npm-check-updates -u && bun i",