meta
This commit is contained in:
parent
455aafa1f7
commit
ebdadaaf19
1
index.ts
1
index.ts
@ -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';
|
@ -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",
|
||||||
|
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user