Skip to content

Commit 09a3b48

Browse files
committed
chore: release v1.5.2
1 parent ff13386 commit 09a3b48

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-react-native",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "React native binding for Loro",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
@@ -44,9 +44,8 @@
4444
"typecheck": "tsc",
4545
"lint": "eslint \"**/*.{js,ts,tsx}\"",
4646
"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"
47+
"prepare": "patch-package && bob build",
48+
"release": "release-it --only-version"
5049
},
5150
"keywords": [
5251
"react-native",

0 commit comments

Comments
 (0)