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

feat: denoify

This commit is contained in:
James Cook 2023-08-30 12:27:01 +01:00
parent f2981dd167
commit 9c39532a9e
31 changed files with 331 additions and 4940 deletions

6
deno.jsonc Normal file
View file

@ -0,0 +1,6 @@
{
"tasks": {
"npm": "deno run -A scripts/build_npm.ts"
},
"exclude": ["npm"]
}