diff options
Diffstat (limited to 'tests/registry/jsr/@denotest/multiple-exports/1.0.0_meta.json')
-rw-r--r-- | tests/registry/jsr/@denotest/multiple-exports/1.0.0_meta.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/registry/jsr/@denotest/multiple-exports/1.0.0_meta.json b/tests/registry/jsr/@denotest/multiple-exports/1.0.0_meta.json new file mode 100644 index 000000000..d9f58b9a6 --- /dev/null +++ b/tests/registry/jsr/@denotest/multiple-exports/1.0.0_meta.json @@ -0,0 +1,7 @@ +{ + "exports": { + "./add": "./add.ts", + "./subtract": "./subtract.ts", + "./data-json": "./data.json" + } +} |