From 126e482e0db9f78c65a296fdd466a3235dea1191 Mon Sep 17 00:00:00 2001 From: Siddharth Singh Date: Thu, 30 May 2024 19:59:52 +0530 Subject: [PATCH] fix nostr-tools version --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index ac13eb4b..7886a5c7 100644 --- a/deno.json +++ b/deno.json @@ -51,7 +51,7 @@ "linkifyjs": "npm:linkifyjs@^4.1.1", "lru-cache": "npm:lru-cache@^10.2.2", "nostr-relaypool": "npm:nostr-relaypool2@0.6.34", - "nostr-tools": "npm:nostr-tools@^2.5.1", + "nostr-tools": "npm:nostr-tools@2.5.1", "nostr-wasm": "npm:nostr-wasm@^0.1.0", "tldts": "npm:tldts@^6.0.14", "tseep": "npm:tseep@^1.2.1",