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

chore: remove v from npm version

This commit is contained in:
James Cook 2023-09-16 19:31:11 +01:00
parent d39eda7bf3
commit 39e7adf53f

View file

@ -28,7 +28,7 @@ await build({
name: "James Cook",
email: "james@jaminit.co.uk",
},
version: Deno.args[0],
version: String(Deno.args[0]).replace("v", ""),
description:
"A Typescript wrapper for getting information from the ClassCharts API",
license: "ISC",