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" } }