From ce54be3902c177973a634b05673e31cb6c78cfba Mon Sep 17 00:00:00 2001 From: The-Best-Codes Date: Sat, 16 Nov 2024 15:35:33 -0600 Subject: [PATCH] Fix minification not working on gh runner --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 25edb4b..4644f6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "best-bible", - "version": "1.6.7", + "version": "1.6.8", "description": "Fetch, parse, and analyze the Bible easily with JavaScript", "scripts": { "prebuild": "rm -rf dist", @@ -51,6 +51,7 @@ "devDependencies": { "@types/node": "^22.9.0", "esbuild": "^0.24.0", + "terser": "^5.36.0", "typescript": "^5.6.3" } }