Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 14, 2024
1 parent a50b134 commit c87a753
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.3",
"exports": {
".": "./mod.ts",
"./ansi": "./ansi.ts",
"./args": "./args.ts",
"./exit": "./exit.ts"
"./ansi": "./src/ansi.ts",
"./args": "./src/args.ts",
"./exit": "./src/exit.ts"
},
"imports": {
"@cross/runtime": "jsr:@cross/runtime@^0.0.16",
Expand Down

0 comments on commit c87a753

Please sign in to comment.