diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2024-03-28 19:02:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 19:02:07 +0000 |
| commit | d347e73f5aacf47f4ac75faccd06019ad29c6c78 (patch) | |
| tree | 43523fb46d40ed1b22610dcd98b32f6ea6ce0840 /tests | |
| parent | bca0fe1cde3d30ce31c158862cc6764babf71a14 (diff) | |
fix(jsr): exclude yanked versions from 'deno add' and completions (#23113)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/testdata/jsr/registry/@denotest/add/meta.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/jsr/registry/@denotest/add/meta.json b/tests/testdata/jsr/registry/@denotest/add/meta.json index 2f4daa844..72aea80cc 100644 --- a/tests/testdata/jsr/registry/@denotest/add/meta.json +++ b/tests/testdata/jsr/registry/@denotest/add/meta.json @@ -1,5 +1,8 @@ { "versions": { + "2.0.0": { + "yanked": true + }, "1.0.0": {}, "0.2.0": {} } |
