From 86cd8a20965be20938943a18fdc31e0a203e0e82 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 10 Aug 2024 17:54:45 +0200 Subject: [PATCH] add jsr prefix for import --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index 542a0da..5d8bd3d 100644 --- a/deps.ts +++ b/deps.ts @@ -1,2 +1,2 @@ export * as cliffy from "https://deno.land/x/cliffy@v0.25.7/mod.ts"; -export * as nostrify from "@nostrify/nostrify"; +export * as nostrify from "jsr:@nostrify/nostrify";