Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Feb 22, 2021
1 parent 7bfa794 commit 77fc5ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Deno port of [tinyhttp](https://github.com/talentlessguy/tinyhttp), 0-legacy, ti
## Example

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

const app = new App()

Expand Down
8 changes: 5 additions & 3 deletions egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
"entry": "./app.ts",
"description": "0-legacy, tiny & fast web framework as a replacement of Express",
"homepage": "https://github.com/talentlessguy/tinyhttp-deno",
"version": "0.0.3",
"version": "0.0.4",
"ignore": [
"./example/mod.ts"
],
"files": [
"*.ts",
"./**/*.ts",
"README.md"
],
"checkFormat": false,
"checkTests": false,
"checkInstallation": false,
"check": true,
"ignore": [],
"unlisted": false
}

0 comments on commit 77fc5ba

Please sign in to comment.