From cc46ae1ed8a18de45eb0d66b718d0152047f4739 Mon Sep 17 00:00:00 2001 From: gioboa Date: Sun, 5 Oct 2025 14:15:44 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20change=20private=20property=20?= =?UTF-8?q?=F0=9F=8D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- packages/devtools/package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d33cc7f..adbddd3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "tsx": "^4.19.2", "vitest": "^3.2.4" }, - "private": false, + "private": true, "keywords": [ "qwik", "devtools", diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 6fd394e..82be54c 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -43,6 +43,9 @@ "@changesets/types": "^6.0.0" }, "private": false, + "publishConfig": { + "access": "public" + }, "keywords": [ "qwik", "devtools",