From c4bacc76b3941ff11992f90510faac1716a3ccf0 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 19 Apr 2026 14:27:13 -0400 Subject: [PATCH] chore(deps): switch @bookhoard/foliate-js to main branch The bookhoard-panel-detection branch has been merged. Switch the dependency back to the main branch of john-okeefe/foliate-js. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed739b5..351c3da 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "highlight.js": "^11.11.1", "htmx.org": "^2.0.8", "lunr": "^2.3.9", - "@bookhoard/foliate-js": "github:john-okeefe/foliate-js#bookhoard-panel-detection" + "@bookhoard/foliate-js": "github:john-okeefe/foliate-js" }, "devDependencies": { "@tailwindcss/forms": "^0.5.11",