mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
Fix media_types running under Deno with ESM (#113)
And bump CI to v0.2.7
This commit is contained in:
parent
39cfdb48a8
commit
77b3391a21
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
variables:
|
||||
DENO_VERSION: 'v0.2.6'
|
||||
DENO_VERSION: 'v0.2.7'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue