diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 600f742274..1bb173ad29 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ variables: - DENO_VERSION: 'v0.2.6' + DENO_VERSION: 'v0.2.7' jobs: diff --git a/media_types/deps.ts b/media_types/deps.ts index e305f6831c..bc08f3a480 100644 --- a/media_types/deps.ts +++ b/media_types/deps.ts @@ -11,5 +11,5 @@ interface DB { }; } -import * as _db from "./db_1.37.0.json"; +import _db from "./db_1.37.0.json"; export const db: DB = _db;