1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-11 18:59:05 +00:00
classcharts-api-js/deno.jsonc
James Cook b2af13c315 fix: remove import map
Doesn't work with importing in deno
2023-09-24 13:36:35 +01:00

6 lines
89 B
JSON

{
"tasks": {
"npm": "deno run -A scripts/build_npm.ts"
},
"exclude": ["npm"]
}