Skip to content

Commit

Permalink
Upate deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
petamoriken committed Feb 19, 2024
1 parent 097ec47 commit 452237f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"exports": {
".": "./mod.ts",
"./inspect": "./inspect/node.mjs"
}
},
"include": [
"src/",
"inspect/node.mjs",
"index.d.ts",
"mod.ts"
]
}

0 comments on commit 452237f

Please sign in to comment.