mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
feat: denoify (#33)
This commit is contained in:
parent
f2981dd167
commit
f86ded2ae3
31 changed files with 331 additions and 4940 deletions
6
deno.jsonc
Normal file
6
deno.jsonc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"tasks": {
|
||||
"npm": "deno run -A scripts/build_npm.ts"
|
||||
},
|
||||
"exclude": ["npm"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue