From 7495277d5be3d4bb1edcfb5764806ddf9f4f10fa Mon Sep 17 00:00:00 2001 From: Harry Solovay Date: Thu, 22 Jun 2023 19:27:01 +0200 Subject: [PATCH] attempt fix --- _tasks/dnt_examples_import_map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tasks/dnt_examples_import_map.json b/_tasks/dnt_examples_import_map.json index c98530640..0f236c473 100644 --- a/_tasks/dnt_examples_import_map.json +++ b/_tasks/dnt_examples_import_map.json @@ -1,6 +1,6 @@ { "imports": { - "@noble/ed25519": "./deps/ed25519.ts", + "@noble/ed25519": "../deps/ed25519.ts", "asserts": "../deps/std/testing/asserts.ts" } }