export superclasses + bump version

This commit is contained in:
Erik 2022-07-29 14:34:14 +03:00
parent 04b51e96d3
commit 9d1af7f108
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
2 changed files with 7 additions and 2 deletions

View File

@ -1 +1,6 @@
export { Parser } from './src/Parser';
export { Parser } from './src/Parser';
export { Command } from './src/classes/Command';
export { CommandOption } from './src/classes/CommandOption';
export { SubcommandGroupOption } from './src/classes/SubcommandGroupOption';
export { SubcommandOption } from './src/classes/SubcommandOption';

View File

@ -1,6 +1,6 @@
{
"name": "commandparser",
"version": "1.0.1",
"version": "1.0.2",
"description": "Parser meant to parse commands and their options for discord bots",
"main": "index.ts",
"author": "Navy.gif",