From eee1ed395cb0534c3c7cce8685dfe0264f024501 Mon Sep 17 00:00:00 2001 From: AnupamKumar-1 Date: Thu, 3 Sep 2026 15:38:25 +0530 Subject: [PATCH] fix: mark root package private so it's never published to npm --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 498c07c..2f32536 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "obyflow", "version": "1.1.0", + "private": true, "description": "Obyflow — AI-native, CLI-first observability platform for tracing, debugging, and understanding modern applications.", "main": "index.js", "scripts": {