From 749197dfb1954bb8baf6dc0ca3dcf03271399d2a Mon Sep 17 00:00:00 2001 From: Rohin Bhargava Date: Tue, 8 Oct 2024 21:29:39 -0400 Subject: [PATCH] remove private flag from package json --- packages/commons/core-utils/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/commons/core-utils/package.json b/packages/commons/core-utils/package.json index 5499ebaf45..dcf8c34605 100644 --- a/packages/commons/core-utils/package.json +++ b/packages/commons/core-utils/package.json @@ -6,7 +6,6 @@ "url": "https://github.com/fern-api/fern-platform.git", "directory": "packages/commons/core-utils" }, - "private": true, "files": [ "dist" ],