Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit e585f12

Browse files
author
v1rtl
committed
funding
1 parent 2b9dbeb commit e585f12

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
github: talentlessguy
1+
# These are supported funding model platforms
2+
23
ko_fi: v1rtl
34
liberapay: v1rtl

egg.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
"entry": "./mod.ts",
55
"description": "0-legacy, tiny & fast web framework as a replacement of Express",
66
"homepage": "https://github.com/talentlessguy/tinyhttp-deno",
7-
"version": "0.0.28",
8-
"files": ["./*.ts", "./utils/*.ts", "./extensions/**/*.ts", "README.md"],
7+
"version": "0.0.29",
8+
"files": [
9+
"./*.ts",
10+
"./utils/*.ts",
11+
"./extensions/**/*.ts",
12+
"README.md"
13+
],
914
"checkFormat": false,
1015
"checkTests": false,
1116
"checkInstallation": false,

0 commit comments

Comments
 (0)