From 229fe058107e2610b095ad6050dba0f71cbd85e9 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 20 May 2024 07:38:10 -0400 Subject: [PATCH] make dev-compile private (#160) * make dev-compile private * Update package.json --- workspace/dev-compile/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace/dev-compile/package.json b/workspace/dev-compile/package.json index eacef236..f8fb5638 100644 --- a/workspace/dev-compile/package.json +++ b/workspace/dev-compile/package.json @@ -1,4 +1,5 @@ { + "private": true, "name": "@starbeam-dev/compile", "type": "module", "version": "1.2.0",