Skip to content

Commit

Permalink
Fix minification not working on gh runner
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Nov 16, 2024
1 parent deacb04 commit ce54be3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -51,6 +51,7 @@
"devDependencies": {
"@types/node": "^22.9.0",
"esbuild": "^0.24.0",
"terser": "^5.36.0",
"typescript": "^5.6.3"
}
}

0 comments on commit ce54be3

Please sign in to comment.