summaryrefslogtreecommitdiff
path: root/std/media_types/deps.ts
diff options
context:
space:
mode:
author木杉 <zhmushan@qq.com>2020-04-02 03:04:36 +0800
committerGitHub <noreply@github.com>2020-04-01 15:04:36 -0400
commit3a0b617503f4c81fb9773bd99c898270b98b9b5a (patch)
treecdb6b28545e960a3d6cc1aa7473bac348dd90206 /std/media_types/deps.ts
parent578138a930b70057de61d257afad3011db15b1b1 (diff)
std(media_types): change .ts content type to application/typescript (#4563)
Diffstat (limited to 'std/media_types/deps.ts')
-rw-r--r--std/media_types/deps.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/media_types/deps.ts b/std/media_types/deps.ts
index 2a56d2079..b09c25817 100644
--- a/std/media_types/deps.ts
+++ b/std/media_types/deps.ts
@@ -11,5 +11,5 @@ interface DB {
};
}
-import _db from "./db_c50e0d1.json";
+import _db from "./db.json";
export const db: DB = _db;