fix reference to nostr-wasm dependency so it can be installed on deno.

fixes https://github.com/nbd-wtf/nostr-tools/issues/459
This commit is contained in:
fiatjaf
2024-11-25 21:33:00 -03:00
parent 5a55c670fb
commit 43ce7f9377
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@nostr/tools",
"version": "2.10.3",
"version": "2.10.4",
"exports": {
".": "./index.ts",
"./core": "./core.ts",

View File

@@ -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",
@@ -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"