From 26536e9a3543e2179088120f7629802173ced40f Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 3 Jul 2025 09:27:08 +0100 Subject: [PATCH] upd entry point in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0915f81..0ef1cac 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lint:fix": "standard --fix" }, "bin": { - "meld-cli": "index.js" + "meld-cli": "./bin/index.js" }, "dependencies": { "cli-color": "^2.0.4",