mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
chore: remove v from npm version
This commit is contained in:
parent
d39eda7bf3
commit
39e7adf53f
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue