From 906bcca5b62554a51bc2e9ecc5543f5dc6212779 Mon Sep 17 00:00:00 2001 From: Stephen Date: Mon, 9 Sep 2024 19:44:33 +0200 Subject: [PATCH] deno --- deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deno.json b/deno.json index e8470d9..2d22364 100644 --- a/deno.json +++ b/deno.json @@ -1,8 +1,8 @@ { "imports": { - "bolt/": "https://cdn.jsdelivr.net/gh/stephband/bolt-2@main/", - "literal/": "https://cdn.jsdelivr.net/gh/stephband/literal@main/", "dom/": "https://cdn.jsdelivr.net/gh/stephband/dom@master/modules/", - "fn/": "https://cdn.jsdelivr.net/gh/stephband/fn@master/modules/" + "fn/": "https://cdn.jsdelivr.net/gh/stephband/fn@master/modules/", + "bolt/": "https://cdn.jsdelivr.net/gh/stephband/bolt-2@main/", + "literal/": "https://cdn.jsdelivr.net/gh/stephband/literal@main/" } }