Skip to content

Commit 0b03c5c

Browse files
authored
chore: remove fix for [email protected] (#2427)
1 parent d21250a commit 0b03c5c

File tree

1 file changed

+0
-6
lines changed
  • packages/cli/src/commands/init

1 file changed

+0
-6
lines changed

packages/cli/src/commands/init/init.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -445,12 +445,6 @@ async function createTemplateUri(
445445
// lower cadence). We have to assume the user is running against the latest nightly by pointing to the tag.
446446
return `${TEMPLATE_PACKAGE_COMMUNITY}@nightly`;
447447
}
448-
449-
// Special case to unblock a release. This will need to be cleaned up in the future once 0.75 RC2 is out.
450-
if (version === '0.75.0-rc.1') {
451-
return `${TEMPLATE_PACKAGE_COMMUNITY}@0.75.0-rc.1.1`;
452-
}
453-
454448
return `${TEMPLATE_PACKAGE_COMMUNITY}@${version}`;
455449
}
456450

0 commit comments

Comments
 (0)