1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

fix: remove baseClient entrypoint

This commit is contained in:
James Cook 2023-09-05 15:21:32 +01:00
parent b34d972167
commit 07021bc235

View file

@ -5,7 +5,7 @@ if (!Deno.args[0]) throw new Error("No version specified");
await emptyDir("./npm");
await build({
entryPoints: ["./mod.ts", "./src/core/baseClient.ts"],
entryPoints: ["./mod.ts"],
outDir: "./npm",
shims: {
deno: true,