Skip to content

Commit

Permalink
chore(egg): add egg.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Dec 6, 2020
1 parent bf6ecd8 commit 8fc3b8a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions egg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: fast_forward
description: An easy to use ffmpeg module for Deno
unstable: true
version: 0.1.0
repository: https://github.com/c4spar/deno-fast-forward
files:
- examples
- fixtures
- "*.ts"
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- README.md
ignore:
- _assertions.ts
- "*_test.ts"

0 comments on commit 8fc3b8a

Please sign in to comment.