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

Commit 77fc5ba

Browse files
author
v1rtl
committed
bump
1 parent 7bfa794 commit 77fc5ba

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Deno port of [tinyhttp](https://github.com/talentlessguy/tinyhttp), 0-legacy, ti
99
## Example
1010

1111
```ts
12-
import { App } from 'https://deno.land/x/tinyhttp@v0.0.3/app.ts'
12+
import { App } from 'https://deno.land/x/tinyhttp@v0.0.4/app.ts'
1313

1414
const app = new App()
1515

egg.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
"entry": "./app.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.3",
7+
"version": "0.0.4",
8+
"ignore": [
9+
"./example/mod.ts"
10+
],
811
"files": [
9-
"*.ts",
12+
"./**/*.ts",
1013
"README.md"
1114
],
1215
"checkFormat": false,
1316
"checkTests": false,
1417
"checkInstallation": false,
1518
"check": true,
16-
"ignore": [],
1719
"unlisted": false
1820
}

0 commit comments

Comments
 (0)