From a04384ff98f039feb93b021e58cce4ac2b50b8bd Mon Sep 17 00:00:00 2001 From: Skillz Date: Sat, 26 Sep 2020 20:55:21 -0400 Subject: [PATCH] v9.0.1 --- egg.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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