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:
parent
d357afffb6
commit
e3924f0322
8 changed files with 235 additions and 29 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue