1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 19:59:37 +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

@ -4,5 +4,9 @@
"format": "deno run -A npm:@biomejs/biome format . --write",
"lint": "deno run -A npm:@biomejs/biome lint ."
},
"exclude": ["npm"]
"exclude": ["npm"],
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.1",
"@std/assert": "jsr:@std/assert@^0.225.3"
}
}