From 39e7adf53f690239d7b08d252672400a14f79d9b Mon Sep 17 00:00:00 2001 From: James Cook Date: Sat, 16 Sep 2023 19:31:11 +0100 Subject: [PATCH] chore: remove v from npm version --- scripts/build_npm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_npm.ts b/scripts/build_npm.ts index 4d7cf8d..036fea5 100644 --- a/scripts/build_npm.ts +++ b/scripts/build_npm.ts @@ -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",