diff options
| -rw-r--r-- | azure-pipelines.yml | 2 | ||||
| -rw-r--r-- | media_types/deps.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 600f74227..1bb173ad2 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 e305f6831..bc08f3a48 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; |
