diff --git a/deno.json b/deno.json index 3555b37..2ff43cf 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "imports": { - "dom/": "../dom/modules/", - "fn/": "https://cdn.jsdelivr.net/gh/stephband/fn@master/modules/" + "dom/": "https://cdn.jsdelivr.net/gh/stephband/dom@master/modules/", + "fn/": "https://cdn.jsdelivr.net/gh/stephband/fn@master/modules/" } }