meta
This commit is contained in:
parent
455aafa1f7
commit
ebdadaaf19
3
index.ts
3
index.ts
@ -5,4 +5,5 @@ export { CommandOption } from './src/classes/CommandOption';
|
||||
export { SubcommandGroupOption } from './src/classes/SubcommandGroupOption';
|
||||
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",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.12",
|
||||
"description": "Parser meant to parse commands and their options for discord bots",
|
||||
"main": "build/index.js",
|
||||
"author": "Navy.gif",
|
||||
|
@ -25,7 +25,7 @@
|
||||
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
||||
|
||||
/* Modules */
|
||||
"module": "commonjs", /* Specify what module code is generated. */
|
||||
"module": "CommonJS", /* Specify what module code is generated. */
|
||||
// "module": "AMD",
|
||||
// "rootDir": "./", /* Specify the root folder within your source files. */
|
||||
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
|
||||
|
Loading…
Reference in New Issue
Block a user