diff options
Diffstat (limited to 'tests/specs/install/jsr_exports/deno.json')
-rw-r--r-- | tests/specs/install/jsr_exports/deno.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/install/jsr_exports/deno.json b/tests/specs/install/jsr_exports/deno.json new file mode 100644 index 000000000..4b281f80a --- /dev/null +++ b/tests/specs/install/jsr_exports/deno.json @@ -0,0 +1,5 @@ +{ + "imports": { + "@denotest/multiple-exports": "jsr:@denotest/multiple-exports@^1.0.0" + } +} |