Skip to content

Commit

Permalink
use deno.lanf version
Browse files Browse the repository at this point in the history
  • Loading branch information
ERFANIUM committed Jul 15, 2021
1 parent da099bc commit 36b37dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
export { createKey, createPlugin } from "denzo/mod.ts";
export type { DenzoRequest } from "denzo/lib/request.ts";
export type { DenzoReply } from "denzo/lib/reply.ts";
export { createKey, createPlugin, DenzoReply, DenzoRequest } from "denzo";
export * as Vary from "https://deno.land/x/vary@1.0.0/mod.ts";
2 changes: 1 addition & 1 deletion import_map.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imports": {
"denzo/": "https://raw.githubusercontent.com/irandeno/denzo/main/"
"denzo": "https://deno.land/x/denzo@0.1.0/mod.ts"
}
}
3 changes: 1 addition & 2 deletions test/deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export { Denzo } from "denzo/mod.ts";
export { createInject } from "denzo/utils/mod.ts";
export { createInject, Denzo } from "denzo";

export {
assert,
Expand Down

0 comments on commit 36b37dc

Please sign in to comment.