Skip to content

Commit 98da174

Browse files
committed
Fix flow-bin registry URL in yarn.lock
Summary: The `flow-bin` package resolved URL was pointing to `registry.facebook.net` instead of `registry.yarnpkg.com`. This fixes it to use the public registry. Test Plan: Verify yarn.lock has correct registry URL. Run `yarn install` to confirm resolution works. Reviewers: Subscribers: Tasks: Tags:
1 parent c49aa90 commit 98da174

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4751,7 +4751,7 @@ flow-api-translator@0.36.0:
47514751

47524752
flow-bin@^0.313.0:
47534753
version "0.313.0"
4754-
resolved "https://registry.facebook.net/flow-bin/-/flow-bin-0.313.0.tgz#d2bc31db6395f239b2787d3e427856cc8e2ffd54"
4754+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.313.0.tgz#d2bc31db6395f239b2787d3e427856cc8e2ffd54"
47554755
integrity sha512-foqZwKykbfdvEyWI4yIpuJU0I0d06562GogwA+8eRN7Bt/nwqepGLIrZHG6KSTcS79iyAU7ZiQvP8pA90dEhfQ==
47564756

47574757
flow-enums-runtime@^0.0.6:

0 commit comments

Comments
 (0)