Skip to content

Commit

Permalink
fix: export format and hmac for JSR
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Mar 3, 2024
1 parent 68c52d2 commit 6e4abf0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
"version": "4.3.2",
"exports": {
".": "./mod.ts",
"./cli": "./cli.ts"
"./cli": "./cli.ts",
"./format": "./lib/format.ts",
"./hmac": "./lib/hmac.ts"
},
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"lint": {
"exclude": [
"lib/_wasm/wasm.js",
"lib/_wasm/out/"
]
"lib/_wasm/wasm.js",
"lib/_wasm/out/"
]
},
"tasks": {
"wasmbuild": "deno run --allow-env --allow-run --allow-read --allow-write --allow-net jsr:@deno/wasmbuild@0.16.0 --out ./lib/_wasm --project scrypt-wasm --sync"
Expand Down

0 comments on commit 6e4abf0

Please sign in to comment.