mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00: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
@ -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 New Issue
Block a user