diff --git a/deno.json b/deno.json index 2ff43cf..2d22364 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,8 @@ { - "imports": { - "dom/": "https://cdn.jsdelivr.net/gh/stephband/dom@master/modules/", - "fn/": "https://cdn.jsdelivr.net/gh/stephband/fn@master/modules/" - } + "imports": { + "dom/": "https://cdn.jsdelivr.net/gh/stephband/dom@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/" + } }