mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
chore: add homepage field to egg.yml
This commit is contained in:
-11
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user