v1.4.2
This commit is contained in:
parent
06b52afe06
commit
062df84d7e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user