mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
chore: fix build script
This commit is contained in:
parent
c006fa2653
commit
936057bbd4
3 changed files with 35 additions and 4 deletions
|
|
@ -2,6 +2,4 @@ export {
|
|||
assertEquals,
|
||||
assertExists,
|
||||
assertRejects,
|
||||
} from "https://deno.land/std@0.200.0/assert/mod.ts";
|
||||
|
||||
export { build, emptyDir } from "https://deno.land/x/dnt@0.38.1/mod.ts";
|
||||
} from "https://deno.land/std@0.201.0/assert/mod.ts";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue