Skip to content

Commit a4c7219

Browse files
authored
Set publish: $all for @react-native/normalize-colors Verdaccio config
1 parent d282ebe commit a4c7219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/verdaccio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packages:
1818
# Get @react-native/normalize-colors from npm registry, since its used in deprecated-react-native-prop-types package
1919
'@react-native/normalize-colors':
2020
access: $all
21-
publish: $authenticated
21+
publish: $all
2222
proxy: npmjs
2323
# Group and isolate all local packages, avoid being proxy from outside
2424
'@react-native/*':

0 commit comments

Comments
 (0)