diff --git a/registry/import_map.json b/registry/import_map.json deleted file mode 100644 index 6c4d67f..0000000 --- a/registry/import_map.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "imports": { - "https://deno.land/std@0.60.0/": "https://deno.land/std@0.62.0/" - } -} diff --git a/registry/src/config.ts b/registry/src/config.ts index dc6255c..545fa3d 100644 --- a/registry/src/config.ts +++ b/registry/src/config.ts @@ -1,7 +1,5 @@ import { Ini } from "./deps.ts"; -import { FS } from "./deps.ts"; - const config = Ini.decode( await Deno.readFile("./config.ini")