From fb7ae55d49ca56b340ee61a05363e813eab89aab Mon Sep 17 00:00:00 2001 From: ztimson Date: Mon, 24 Aug 2026 11:09:50 -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 f464cca..eb4504a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "main": "src/index.js", "scripts": { - "postinstall": "node scripts/install-kiwix.mjs" + "postinstall": "node bin/install-kiwix.mjs" }, "dependencies": { "@ztimson/utils": "^0.30.7",