From 3f6757247b328387bd8b48fabdf3bcec9f7331b9 Mon Sep 17 00:00:00 2001 From: Cameron Gilbert Date: Fri, 19 Jan 2024 11:46:36 -0500 Subject: [PATCH] fix: remove private --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 17b6a28d..37e2a811 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "description": "The TypeScript SDK for the Nibiru blockchain.", "version": "0.22.0", "license": "MIT", - "private": "false", "repository": { "type": "git", "url": "https://github.com/NibiruChain/ts-sdk"