Skip to content

Commit 365d4f5

Browse files
committed
chore: update repo settings
1 parent b5a28bf commit 365d4f5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"reset": "find . -type dir -name node_modules | xargs rm -rf",
1717
"clean": "lerna run clean",
1818
"build": "lerna run build",
19-
"docs": "yarn build && typedoc --out docs --entryPointStrategy packages 'packages/*' && yarn clean",
19+
"docs": "yarn build && typedoc --out docs --entryPointStrategy packages 'packages/*' --exclude 'packages/uikit-testing-tools' && yarn clean",
2020
"test": "jest --verbose",
2121
"test:build": "yarn build --stream && yarn clean --stream",
2222
"test:docs-validation": "yarn build && yarn workspace @sendbird/docs-validation run test && yarn clean",

packages/uikit-react-native/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ UIKit for React-Native can be installed through either `yarn` or `npm`
4949
```sh
5050
npm install @sendbird/uikit-react-native \
5151
@sendbird/chat \
52+
@sendbird/react-native-scrollview-enhancer \
5253
date-fns \
5354
react-native-safe-area-context \
5455
@react-native-community/netinfo \

packages/uikit-react-native/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"files": [
2929
"src",
3030
"lib",
31+
"src/version.ts",
3132
"!**/__tests__",
3233
"!**/__template__"
3334
],
@@ -102,8 +103,8 @@
102103
"@react-native-clipboard/clipboard": ">=1.8.5",
103104
"@react-native-community/netinfo": ">=9.3.0",
104105
"@react-native-firebase/messaging": ">=14.4.0",
105-
"@sendbird/react-native-scrollview-enhancer": "*",
106106
"@sendbird/chat": "^4.3.0",
107+
"@sendbird/react-native-scrollview-enhancer": "*",
107108
"date-fns": ">=2.28.0",
108109
"expo-av": ">=12.0.4",
109110
"expo-clipboard": ">=2.1.1",

0 commit comments

Comments
 (0)