Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zhorton34 committed Oct 1, 2024
1 parent b87bfcc commit f68c798
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "deno test --allow-all"
},
"imports": {
"zod": "https://deno.land/x/zod@v3.21.4/mod.ts",
"zod": "npm:zod@3.21.4",
"@std/": "jsr:@std/",
"@std/async": "jsr:@std/async",
"@std/assert": "jsr:@std/assert",
Expand Down
12 changes: 10 additions & 2 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,4 +423,5 @@ export class Container {
}
}

export { DIContainer } from "./dicontainer.ts";
export { z };
export { DIContainer } from "./dicontainer.ts";

0 comments on commit f68c798

Please sign in to comment.