From 25f8b07b033aca6ad36d22e2a0851dbca8a4f253 Mon Sep 17 00:00:00 2001 From: jonastmb <20173713+kopachlager@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:07:55 +0300 Subject: [PATCH] fix published CLI executable path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0bb95d..167390f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Open-source crawler-readability and discovery-file diagnostics for public websites.", "type": "module", "bin": { - "prerenderbuddy": "./bin/prerenderbuddy.js" + "prerenderbuddy": "bin/prerenderbuddy.js" }, "exports": { ".": "./src/index.js"