v1.3.0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Erik 2023-04-13 20:19:07 +03:00
parent 376c78e8fe
commit 63eaa80d3a
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68

View File

@ -1,12 +1,11 @@
{ {
"name": "commandparser", "name": "commandparser",
"version": "1.2.0", "version": "1.3.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",
"author": "Navy.gif", "author": "Navy.gif",
"license": "MIT", "license": "MIT",
"private": false, "private": false,
"repository": "", "repository": "",
"type": "module", "type": "module",
"main": "build/cjs/index.js", "main": "build/cjs/index.js",
"module": "build/esm/index.js", "module": "build/esm/index.js",