This commit is contained in:
Erik 2023-05-05 17:31:22 +03:00
parent 01e4eaca5e
commit eb4faa489b
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68

View File

@ -1,6 +1,6 @@
{ {
"name": "@navy.gif/commandparser", "name": "@navy.gif/commandparser",
"version": "1.4.3", "version": "1.4.4",
"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",
@ -34,8 +34,8 @@
}, },
"scripts": { "scripts": {
"build": "tsc && tsc -p tsconfig.cjs.json && node ./scripts/declareTypes.js", "build": "tsc && tsc -p tsconfig.cjs.json && node ./scripts/declareTypes.js",
"test": "tsc && jest", "test": "yarn build && jest",
"release": "tsc && yarn publish", "release": "yarn build && yarn publish",
"lint": "eslint --fix" "lint": "eslint --fix"
} }
} }