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