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" } }