Skip to content

Commit

Permalink
fix: optimize crypto exports
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Dec 16, 2024
1 parent 907bf0c commit b1dcda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/jsr.jsonc → crypto/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "@frytg/crypto",
"version": "0.0.1",
"exports": {
"hash": "./hash.ts",
"hmac": "./hmac.ts"
"./hash": "./hash.ts",
"./hmac": "./hmac.ts"
},
"publish": {
"exclude": ["*.test.ts"]
Expand Down

0 comments on commit b1dcda3

Please sign in to comment.