Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
egorprnn committed Feb 19, 2021
1 parent c60e85e commit 2c8214d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord.js-pages",
"version": "1.1.1",
"version": "1.1.2",
"description": "Dynamic pages pagination module for discord.js",
"scripts": {
"tsc": "tsc && node --experimental-modules --es-module-specifier-resolution=node ./scripts/removeEmptyFiles.mjs",
Expand Down
3 changes: 3 additions & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ export * from "./interfaces/page";
export * from "./interfaces/button";
export * from "./interfaces/listen";
export * from "./interfaces/trigger";

export * from "./PagesBuilder";
export * from "./PagesManager";

0 comments on commit 2c8214d

Please sign in to comment.