Follow up to #3234 (#3334)

* Follow up to #3234

Add missing part of migration from UNPKG to jsDelivr

* Restore UNPKG support in package.json

---------

Co-authored-by: scrhartley <scrhartley@github.com>
This commit is contained in:
Simon Hartley 2025-06-16 23:37:26 +01:00 committed by GitHub
parent 859708c379
commit 3c1ac71573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@
],
"main": "dist/htmx.esm.js",
"types": "dist/htmx.esm.d.ts",
"jsdelivr": "dist/htmx.min.js",
"unpkg": "dist/htmx.min.js",
"web-types": "editors/jetbrains/htmx.web-types.json",
"scripts": {