File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -122,5 +122,7 @@ Run the example app on Android:
122122 $ yarn example android
123123 $ react-native run-android
124124 $ react-native start
125-
125+
126+ git commit -m "your-msg" --no-verify
127+
126128-->
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-csv" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.1 .0" ,
44 "description" : " react-native-csv is the fastest CSV (or delimited text) parser for React Native." ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
155155 "dependencies" : {
156156 "@types/papaparse" : " ^5.2.5" ,
157157 "papaparse" : " ^5.3.0"
158+ },
159+ "git" : {
160+ "requireBranch" : " main"
161+ },
162+ "hooks" : {
163+ "after:git:release" : " git push origin HEAD"
158164 }
159165}
You can’t perform that action at this time.
0 commit comments