From 4249da20200b9be7c6671706611f7730cb14d723 Mon Sep 17 00:00:00 2001 From: Rob Hogan <2590098+robhogan@users.noreply.github.com> Date: Sat, 14 Oct 2023 13:31:27 +0100 Subject: [PATCH] Verdaccio - get `@react-native/normalize-colors` from NPM --- .circleci/verdaccio.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/verdaccio.yml b/.circleci/verdaccio.yml index 7ec6fd1f9a91af..c6eabda697ec9b 100644 --- a/.circleci/verdaccio.yml +++ b/.circleci/verdaccio.yml @@ -15,8 +15,8 @@ uplinks: maxSockets: 40 maxFreeSockets: 10 packages: - # Get @react-native/normalize-color from npm registry, since its used in deprecated-react-native-prop-types package - '@react-native/normalize-color': + # Get @react-native/normalize-colors from npm registry, since its used in deprecated-react-native-prop-types package + '@react-native/normalize-colors': access: $all publish: $authenticated proxy: npmjs