Skip to content

Commit

Permalink
Update packages/next-package-manager-utils/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
  • Loading branch information
Ethan-Arrowood and ykzts authored Apr 29, 2024
1 parent 8c709a0 commit edc7b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-package-manager-utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const PackageManagers: readonly PackageManager[] = [
{
name: 'yarn',
lockfile: 'yarn.lock',
registry: 'registry.yarnokg.com',
registry: 'registry.yarnpkg.com',
install: {
allDeps: 'install',
addDep: 'add',
Expand Down

0 comments on commit edc7b79

Please sign in to comment.