From 8673cd987d9b7e36e19f4d5368e84c0ebb7d4759 Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Mon, 2 Sep 2024 10:28:44 -0700 Subject: [PATCH] Add support for jsDelivr CDN Fixes #2883, but by using a special case. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4322eeab..c7804fd2 100644 --- a/package.json +++ b/package.json @@ -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",