Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 27, 2024
1 parent aad1eb6 commit 0448302
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.0.3",
"exports": {
".": "./mod.ts",
"./stat": "./stat/mod.ts",
"./io": "./io/mod.ts",
"./ops": "./ops/mod.ts"
"./stat": "./src/stat/mod.ts",
"./io": "./src/io/mod.ts",
"./ops": "./src/ops/mod.ts"
},
"imports": {
"@cross/runtime": "jsr:@cross/runtime@^1.0.0",
Expand Down

0 comments on commit 0448302

Please sign in to comment.