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

fix: remove import map

Doesn't work with importing in deno
This commit is contained in:
James Cook 2023-09-24 13:36:35 +01:00
parent 51af82ea9a
commit b2af13c315
8 changed files with 16 additions and 19 deletions

View file

@ -2,8 +2,5 @@
"tasks": {
"npm": "deno run -A scripts/build_npm.ts"
},
"exclude": ["npm"],
"imports": {
"~/": "./"
}
"exclude": ["npm"]
}