From 78a163966047a8b32750236916367db60b495813 Mon Sep 17 00:00:00 2001 From: Nathan Gendron Date: Wed, 18 Sep 2024 15:55:02 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Typo=20in=20`bin`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c11a98..fc39274 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "main": "dist/index.js", "bin": { - "gigachad": "dist/main.js" + "coderabbitai-bitbucket": "dist/main.js" }, "repository": "github:coderabbitai/bitbucket", "scripts": {