From a376d8fe9f5f62e971c9465eac0bde085af94eef Mon Sep 17 00:00:00 2001 From: Skillz Date: Tue, 20 Oct 2020 09:00:01 -0400 Subject: [PATCH] publish to egs --- egg.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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