Skip to content

Commit

Permalink
chore: fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Apr 22, 2024
1 parent b70c1b6 commit 66824c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@kt3k/capsule",
"version": "0.6.0",
"exports": {
".": "mod.ts"
".": "./mod.ts"
},
"compilerOptions": {
"lib": ["deno.ns", "deno.unstable", "dom", "esnext"]
Expand Down

0 comments on commit 66824c0

Please sign in to comment.