1
0
Fork 0
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:
James Cook 2023-09-17 17:56:27 +01:00
parent c006fa2653
commit 936057bbd4
3 changed files with 35 additions and 4 deletions

View file

@ -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";