From f97ccb602f48b4462c41fecdeebced32e632c69c Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Wed, 18 Jun 2025 09:56:10 +0000 Subject: [PATCH] Update scope in package name (#2) Part of https://www.notion.so/Implement-stacks-1b5a6b22d472806a82f5dafed6955138 Reviewed-on: https://git.vdb.to/LaconicNetwork/cosmjs-util/pulls/2 Co-authored-by: Prathamesh Musale Co-committed-by: Prathamesh Musale --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index edf6697c..f5f9e4df 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@LaconicNetwork/cosmjs-util", + "name": "@laconic-network/cosmjs-util", "version": "0.1.0", "main": "dist/index.js", "types": "dist/index.d.ts",