From fb01a0b8613d5b012a847f957d1f9519ded342d1 Mon Sep 17 00:00:00 2001 From: James Ross Date: Mon, 1 Jun 2026 03:38:46 -0700 Subject: [PATCH] fix: normalize Method bin path for npm publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94c2530..60cc04f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "NOTICE" ], "bin": { - "method": "./dist/cli.js" + "method": "dist/cli.js" }, "scripts": { "build": "rm -rf dist && tsc -p tsconfig.json",