mirror of
https://github.com/denoland/deno.git
synced 2025-02-09 07:41:33 -05:00
![Nathan Whitaker](/assets/img/avatar_default.png)
Fixes #25813. I initially tried doing this in `deno_semver`, where it's a cleaner change, but that caused breakage in deno in places where we don't expect a tag (see https://github.com/denoland/deno/issues/25857). This does not fix wildcard requirements failing to choose pre-release versions. That's a little more involved and I'll do a separate PR.
5 lines
No EOL
83 B
JSON
5 lines
No EOL
83 B
JSON
{
|
|
"name": "@denotest/unstable",
|
|
"type": "module",
|
|
"version": "1.0.0-beta.1"
|
|
} |