mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
Fix media_types running under Deno with ESM (denoland/deno_std#113)
And bump CI to v0.2.7
Original: 77b3391a21
This commit is contained in:
parent
61b401c63a
commit
f1ac2b9540
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