diff --git a/README.md b/README.md index 2f56666..7960966 100644 --- a/README.md +++ b/README.md @@ -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() diff --git a/egg.json b/egg.json index 4b510d2..22d8a69 100644 --- a/egg.json +++ b/egg.json @@ -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 }