1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

fix: use jsr imports

This commit is contained in:
James Cook 2024-05-28 14:32:57 +01:00
parent d357afffb6
commit e3924f0322
8 changed files with 235 additions and 29 deletions

View file

@ -1,5 +1,4 @@
// This dependancy cannot be moved to dev_deps.ts since dnt complains about a top-level await
import { build, emptyDir } from "https://deno.land/x/dnt@0.39.0/mod.ts";
import { build, emptyDir } from "@deno/dnt";
if (!Deno.args[0]) {
throw new Error("No version specified");