From 4ef022aa0ef4db55845926c4a55f25b75c214e7f Mon Sep 17 00:00:00 2001 From: ztimson Date: Mon, 24 Aug 2026 11:10:57 -0400 Subject: [PATCH] Fixed post install step --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb4504a..7505262 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "main": "src/index.js", "scripts": { - "postinstall": "node bin/install-kiwix.mjs" + "postinstall": "node bin/install-kiwix.js" }, "dependencies": { "@ztimson/utils": "^0.30.7",