Add support for jsDelivr CDN

Fixes #2883, but by using a special case.
This commit is contained in:
Claudia Meadows 2024-09-02 10:28:44 -07:00
parent 57c331c6b4
commit 8673cd987d
No known key found for this signature in database
GPG key ID: C86B594396786760

View file

@ -5,6 +5,7 @@
"author": "Leo Horie",
"license": "MIT",
"unpkg": "mithril.min.js",
"jsdelivr": "mithril.min.js",
"repository": "github:MithrilJS/mithril.js",
"scripts": {
"precommit": "lint-staged",