We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff13386 commit 09a3b48Copy full SHA for 09a3b48
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "loro-react-native",
3
- "version": "1.5.1",
+ "version": "1.5.2",
4
"description": "React native binding for Loro",
5
"main": "./lib/module/index.js",
6
"types": "./lib/typescript/src/index.d.ts",
@@ -44,9 +44,8 @@
44
"typecheck": "tsc",
45
"lint": "eslint \"**/*.{js,ts,tsx}\"",
46
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
47
- "prepare": "bob build",
48
- "release": "release-it --only-version",
49
- "postinstall": "patch-package"
+ "prepare": "patch-package && bob build",
+ "release": "release-it --only-version"
50
},
51
"keywords": [
52
"react-native",
0 commit comments