Skip to content

Commit

Permalink
chore: export logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Oct 1, 2024
1 parent 1128ef5 commit 23716ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@danet/core",
"version": "2.4.3",
"version": "2.4.4",
"exports": {
".": "./mod.ts",
"./metadata": "./src/metadata/mod.ts",
"./validation": "./validation.ts",
"./hook": "./src/hook/mod.ts"
"./hook": "./src/hook/mod.ts",
"./logger": "./src/logger.ts"
},
"lint": {
"include": [
Expand Down

0 comments on commit 23716ec

Please sign in to comment.