From 6005e0735f9b4452ede6efaf9b92089d3249d177 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Sun, 12 Feb 2023 16:20:08 +0200 Subject: [PATCH] v1.1.0 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f0b808..49cc63f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commandparser", - "version": "1.0.25", + "version": "1.1.0", "description": "Parser meant to parse commands and their options for discord bots", "main": "build/index.js", "author": "Navy.gif", @@ -17,6 +17,7 @@ "build" ], "scripts": { + "build": "tsc", "release": "tsc && yarn publish" } }