From 5e9ae30278e31fc0094206224c6f65f73d98636f Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Tue, 28 Jul 2020 19:44:31 +0200 Subject: [PATCH] Removing unused files and imports --- registry/import_map.json | 5 ----- registry/src/config.ts | 2 -- 2 files changed, 7 deletions(-) delete mode 100644 registry/import_map.json 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")