chore: update outdated reference to versions.json (#28)

This commit is contained in:
Kid
2022-03-05 06:24:53 +08:00
committed by GitHub
parent 877e3e0632
commit d4873ceeec

View File

@@ -61,7 +61,7 @@ async function resolveVersion({ range, isCanary }) {
} }
const res = await fetch( const res = await fetch(
"https://raw.githubusercontent.com/denoland/deno_website2/main/versions.json", "https://raw.githubusercontent.com/denoland/dotland/main/versions.json",
); );
if (res.status !== 200) { if (res.status !== 200) {
throw new Error( throw new Error(