Skip to content

Commit

Permalink
Merge pull request #78 from syumai/release-0.14.0
Browse files Browse the repository at this point in the history
Release 0.14.0
  • Loading branch information
syumai committed Nov 7, 2020
2 parents 742d46c + 2565290 commit bdc15e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
post,
redirect,
contentType,
} from "https://denopkg.com/syumai/dinatra@0.13.1/mod.ts";
} from "https://denopkg.com/syumai/dinatra@0.14.0/mod.ts";

app(
get("/hello", () => "hello"),
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export {
unlink,
} from "./handler.ts";
export { redirect } from "./helpers.ts";
export { Response } from "./response.ts";
export type { Response } from "./response.ts";

type HandlerMap = Map<string, Map<string, Handler>>; // Map<method, Map<path, handler>>

Expand Down

0 comments on commit bdc15e5

Please sign in to comment.