This commit is contained in:
Erik 2022-07-29 19:50:05 +03:00
parent 455aafa1f7
commit ebdadaaf19
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
3 changed files with 4 additions and 3 deletions

View File

@ -6,3 +6,4 @@ export { SubcommandGroupOption } from './src/classes/SubcommandGroupOption';
export { SubcommandOption } from './src/classes/SubcommandOption'; export { SubcommandOption } from './src/classes/SubcommandOption';
export { IResolver } from './src/interfaces/Resolver'; export { IResolver } from './src/interfaces/Resolver';
export { OptionType } from './src/interfaces/CommandOption';

View File

@ -1,6 +1,6 @@
{ {
"name": "commandparser", "name": "commandparser",
"version": "1.0.9", "version": "1.0.12",
"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",

View File

@ -25,7 +25,7 @@
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
/* Modules */ /* Modules */
"module": "commonjs", /* Specify what module code is generated. */ "module": "CommonJS", /* Specify what module code is generated. */
// "module": "AMD", // "module": "AMD",
// "rootDir": "./", /* Specify the root folder within your source files. */ // "rootDir": "./", /* Specify the root folder within your source files. */
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ // "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */