Skip to content

Commit

Permalink
fix (mangakakalot): dist
Browse files Browse the repository at this point in the history
  • Loading branch information
riimuru committed Jul 20, 2022
1 parent 41b2941 commit 1a6b7dd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions dist/providers/manga/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import MangaDex from './mangadex';
import MangaHere from './mangahere';
import MangaKakalot from './mangakakalot';
declare const _default: {
MangaDex: typeof MangaDex;
MangaHere: typeof MangaHere;
MangaKakalot: typeof MangaKakalot;
};
export default _default;
3 changes: 2 additions & 1 deletion dist/providers/manga/index.js

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

2 changes: 1 addition & 1 deletion dist/providers/manga/index.js.map

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

2 changes: 1 addition & 1 deletion dist/utils/providers-list.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
export declare const PROVIDERS_LIST: {
ANIME: (import("../providers/anime/gogoanime").default | import("../providers/anime/9anime").default | import("../providers/anime/animepahe").default)[];
MANGA: (import("../providers/manga/mangadex").default | import("../providers/manga/mangahere").default)[];
MANGA: (import("../providers/manga/mangadex").default | import("../providers/manga/mangahere").default | import("../providers/manga/mangakakalot").default)[];
BOOKS: import("../providers/books/libgen").default[];
COMICS: import("../providers/comics/getComics").default[];
LIGHT_NOVELS: import("../providers/light-novels/readlightnovels").default[];
Expand Down
2 changes: 1 addition & 1 deletion dist/utils/providers-list.js

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

2 changes: 1 addition & 1 deletion dist/utils/providers-list.js.map

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

0 comments on commit 1a6b7dd

Please sign in to comment.