diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-14 13:22:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-14 13:22:43 -0400 |
| commit | 8754a01d43782654c3d32945f6d58f7a40c01b69 (patch) | |
| tree | 0a9efcd2e195a6194134b98373ddccdac9c8e991 /tests/registry/jsr/@std/assert/meta.json | |
| parent | e0cfc9da39e1d05e6a95c89c41cff8ae34fcbd66 (diff) | |
fix(init): use bare specifier for `jsr:@std/assert` (#24581)
Closes #24580
Diffstat (limited to 'tests/registry/jsr/@std/assert/meta.json')
| -rw-r--r-- | tests/registry/jsr/@std/assert/meta.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/registry/jsr/@std/assert/meta.json b/tests/registry/jsr/@std/assert/meta.json index 4bb721c89..419b83587 100644 --- a/tests/registry/jsr/@std/assert/meta.json +++ b/tests/registry/jsr/@std/assert/meta.json @@ -1,8 +1,9 @@ { "scope": "std", "name": "assert", - "latest": "0.220.1", + "latest": "1.0.0", "versions": { + "1.0.0": {}, "0.220.1": {} } } |
