Skip to content

Commit

Permalink
fix reference to nostr-wasm dependency so it can be installed on deno.
Browse files Browse the repository at this point in the history
fixes #459
  • Loading branch information
fiatjaf committed Nov 26, 2024
1 parent 5a55c67 commit 43ce7f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr/tools",
"version": "2.10.3",
"version": "2.10.4",
"exports": {
".": "./index.ts",
"./core": "./core.ts",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "nostr-tools",
"version": "2.10.3",
"version": "2.10.4",
"description": "Tools for making a Nostr client.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -234,7 +234,7 @@
"@scure/bip39": "1.2.1"
},
"optionalDependencies": {
"nostr-wasm": "v0.1.0"
"nostr-wasm": "0.1.0"
},
"peerDependencies": {
"typescript": ">=5.0.0"
Expand Down

0 comments on commit 43ce7f9

Please sign in to comment.