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