Skip to content

Commit 43ce7f9

Browse files
committed
fix reference to nostr-wasm dependency so it can be installed on deno.
fixes #459
1 parent 5a55c67 commit 43ce7f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nostr/tools",
3-
"version": "2.10.3",
3+
"version": "2.10.4",
44
"exports": {
55
".": "./index.ts",
66
"./core": "./core.ts",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "nostr-tools",
4-
"version": "2.10.3",
4+
"version": "2.10.4",
55
"description": "Tools for making a Nostr client.",
66
"repository": {
77
"type": "git",
@@ -234,7 +234,7 @@
234234
"@scure/bip39": "1.2.1"
235235
},
236236
"optionalDependencies": {
237-
"nostr-wasm": "v0.1.0"
237+
"nostr-wasm": "0.1.0"
238238
},
239239
"peerDependencies": {
240240
"typescript": ">=5.0.0"

0 commit comments

Comments
 (0)