diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-02-06 15:57:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-06 15:57:10 -0500 |
| commit | c6def993e052626be3933de4299bf4b2eb76e48a (patch) | |
| tree | d377208be4e20bbefb51adb85e546a6f0e65c43b /cli/tests/testdata/jsr/registry/@denotest/add/meta.json | |
| parent | a6b2a4474e50952f28cb933ada0d698fc1055578 (diff) | |
fix(publish): lazily parse sources (#22301)
Closes #22290
Diffstat (limited to 'cli/tests/testdata/jsr/registry/@denotest/add/meta.json')
| -rw-r--r-- | cli/tests/testdata/jsr/registry/@denotest/add/meta.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/jsr/registry/@denotest/add/meta.json b/cli/tests/testdata/jsr/registry/@denotest/add/meta.json new file mode 100644 index 000000000..02601e4d0 --- /dev/null +++ b/cli/tests/testdata/jsr/registry/@denotest/add/meta.json @@ -0,0 +1,5 @@ +{ + "versions": { + "1.0.0": {} + } +} |
