This commit is contained in:
Erik 2023-02-12 16:20:08 +02:00
parent 34445b6422
commit 6005e0735f
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68

View File

@ -1,6 +1,6 @@
{ {
"name": "commandparser", "name": "commandparser",
"version": "1.0.25", "version": "1.1.0",
"description": "Parser meant to parse commands and their options for discord bots", "description": "Parser meant to parse commands and their options for discord bots",
"main": "build/index.js", "main": "build/index.js",
"author": "Navy.gif", "author": "Navy.gif",
@ -17,6 +17,7 @@
"build" "build"
], ],
"scripts": { "scripts": {
"build": "tsc",
"release": "tsc && yarn publish" "release": "tsc && yarn publish"
} }
} }