diff --git a/egg.yml b/egg.yml index 63cee15c0..aaacd0120 100644 --- a/egg.yml +++ b/egg.yml @@ -2,11 +2,18 @@ name: Discordeno description: >- Discord Deno TypeScript API library wrapper(Officially vetted library by Discord Team) https://discordeno.netlify.app -version: 9.0.0 +version: 9.0.1 stable: true +entry: /mod.ts +repository: 'https://github.com/Skillz4Killz/Discordeno' files: - ./src/**/* - LICENSE - mod.ts - README.md - tsconfig.json + - ./deps.ts + - ./mod.ts + - ./mod.ts +checkAll: false +unlisted: false