Skip to content

Commit

Permalink
chore: export metadata/mod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Oct 1, 2024
1 parent 5837634 commit 84a09dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@danet/core",
"version": "2.4.0",
"exports": "./mod.ts",
"version": "2.4.1",
"exports": {
".": "./mod.ts",
"./metadata": "./src/metadata/mod.ts"
},
"lint": {
"include": [
"src/"
Expand Down

0 comments on commit 84a09dd

Please sign in to comment.