From 3a0b617503f4c81fb9773bd99c898270b98b9b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E6=9D=89?= Date: Thu, 2 Apr 2020 03:04:36 +0800 Subject: std(media_types): change .ts content type to application/typescript (#4563) --- std/media_types/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/media_types/deps.ts') 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; -- cgit v1.2.3