From 8bb78a45d279d06ae2647d04d493141514a89dbd Mon Sep 17 00:00:00 2001 From: Janni Turunen Date: Wed, 14 Jan 2026 15:13:10 +0200 Subject: [PATCH] fix(config): set publish access to public for scoped package (#7) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 9be9de4..f147b13 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,8 @@ "repository": { "type": "git", "url": "https://github.com/randomm/opencode-claude-skill-sync.git" + }, + "publishConfig": { + "access": "public" } }