@droppii-org/chat-mobile 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@droppii-org/chat-mobile",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "Droppii chat mobile",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -59,7 +59,6 @@
|
|
|
59
59
|
"example": "yarn workspace @droppii-org/chat-mobile-example",
|
|
60
60
|
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
|
|
61
61
|
"prepare": "bob build",
|
|
62
|
-
"postinstall": "patch-package",
|
|
63
62
|
"typecheck": "tsc -p tsconfig.build.json 2>&1 | grep -E 'src/.*error' || echo 'Typecheck passed (external dependency warnings ignored)'",
|
|
64
63
|
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
65
64
|
"test": "jest",
|
|
@@ -113,7 +112,6 @@
|
|
|
113
112
|
"eslint-plugin-prettier": "^5.5.5",
|
|
114
113
|
"jest": "^30.3.0",
|
|
115
114
|
"lefthook": "^2.1.4",
|
|
116
|
-
"patch-package": "^8.0.1",
|
|
117
115
|
"prettier": "^3.8.1",
|
|
118
116
|
"react-native": "^0.86.0",
|
|
119
117
|
"react-native-builder-bob": "^0.41.0",
|