This commit is contained in:
Erik 2023-04-16 17:23:10 +03:00
parent 06b52afe06
commit 062df84d7e
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68

View File

@ -1,6 +1,6 @@
{
"name": "@navy.gif/commandparser",
"version": "1.4.1",
"version": "1.4.2",
"description": "Parser meant to parse commands and their options for discord bots",
"author": "Navy.gif",
"license": "MIT",
@ -10,6 +10,9 @@
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"types": "./build/esm/index.d.ts",
"files": [
"build/**/*"
],
"exports": {
".": {
"import": "./build/esm/index.js",