Skip to content

Commit d9d4fde

Browse files
committed
skip: add publish config access
1 parent 34b51fb commit d9d4fde

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

packages/uikit-chat-hooks/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
},
3535
"homepage": "https://github.com/sendbird/sendbird-uikit-react-native.git#readme",
3636
"publishConfig": {
37-
"registry": "https://registry.npmjs.org/"
37+
"registry": "https://registry.npmjs.org/",
38+
"access": "public"
3839
},
3940
"dependencies": {
4041
"@sendbird/uikit-utils": "1.0.0-rc.0"

packages/uikit-react-native-foundation/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
},
3535
"homepage": "https://github.com/sendbird/sendbird-uikit-react-native.git#readme",
3636
"publishConfig": {
37-
"registry": "https://registry.npmjs.org/"
37+
"registry": "https://registry.npmjs.org/",
38+
"access": "public"
3839
},
3940
"dependencies": {
4041
"@sendbird/uikit-utils": "1.0.0-rc.0"

packages/uikit-react-native/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"homepage": "https://github.com/sendbird/sendbird-uikit-react-native.git#readme",
3939
"publishConfig": {
40-
"registry": "https://registry.npmjs.org/"
40+
"registry": "https://registry.npmjs.org/",
41+
"access": "public"
4142
},
4243
"dependencies": {
4344
"@sendbird/uikit-chat-hooks": "1.0.0-rc.0",

packages/uikit-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
},
3535
"homepage": "https://github.com/sendbird/sendbird-uikit-react-native.git#readme",
3636
"publishConfig": {
37-
"registry": "https://registry.npmjs.org/"
37+
"registry": "https://registry.npmjs.org/",
38+
"access": "public"
3839
},
3940
"dependencies": {
4041
"date-fns": "^2.28.0",

0 commit comments

Comments
 (0)