Skip to content

Commit

Permalink
fix: jsr.json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Sep 14, 2024
1 parent 1a16694 commit 7e64a30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/linejs/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.0.0",
"license": "MIT",
"exports": {
".": "./packages/client/index.ts",
"./client": "./packages/client/index.ts",
"./utils": "./packages/utils/index.ts",
"./storage": "./packages/storage/index.ts",
"./rate-limit": "./packages/rate-limit/index.ts"
".": "./client/index.ts",
"./client": "./client/index.ts",
"./utils": "./utils/index.ts",
"./storage": "./storage/index.ts",
"./rate-limit": "./rate-limit/index.ts"
}
}

0 comments on commit 7e64a30

Please sign in to comment.