chore: add homepage field to egg.yml

This commit is contained in:
ayntee
2020-11-20 11:53:36 +04:00
parent ab40015848
commit 73e2faf8f1
2 changed files with 9 additions and 15 deletions
-11
View File
@@ -1,11 +0,0 @@
# files and directories are specified one by line, as a glob expr
.git*/**
.idea/**
.vscode/**
benchmarks/**
eggs-debug.log
configs.ts
debug.ts
# you can also exclude particular files, just like .gitignore
!benchmarks/README.md
+9 -4
View File
@@ -1,9 +1,10 @@
name: Discordeno
description: >-
Discord Deno TypeScript API library wrapper(Officially vetted library by
Discord Team) https://discordeno.netlify.app
Discord API library for Deno (officially vetted library by
Discord).
homepage: https://discordeno.mod.land
stable: true
entry: mod.ts
entry: ./mod.ts
repository: 'https://github.com/Skillz4Killz/Discordeno'
files:
- ./src/**/*
@@ -11,6 +12,10 @@ files:
- README.md
- tsconfig.json
- ./deps.ts
- mod.ts
- ./mod.ts
ignore:
- .git*/**
- .vscode/**
- eggs-debug.log
checkAll: false
unlisted: false