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

fix: remove types from package.json build

This commit is contained in:
James Cook 2023-08-30 15:48:36 +01:00
parent a5fab5b767
commit 4c871a3112

View file

@ -35,7 +35,6 @@ await build({
url: "https://github.com/classchartsapi/classcharts-api-js.git", url: "https://github.com/classchartsapi/classcharts-api-js.git",
}, },
homepage: "https://classchartsapi.github.io/classcharts-api-js/", homepage: "https://classchartsapi.github.io/classcharts-api-js/",
types: "./mod.ts",
engines: { engines: {
node: ">=18", node: ">=18",
}, },