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