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:
122
122
$ yarn example android
123
123
$ react-native run-android
124
124
$ react-native start
125
-
125
+
126
+ git commit -m "your-msg" --no-verify
127
+
126
128
-->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-csv" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " react-native-csv is the fastest CSV (or delimited text) parser for React Native." ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
155
155
"dependencies" : {
156
156
"@types/papaparse" : " ^5.2.5" ,
157
157
"papaparse" : " ^5.3.0"
158
+ },
159
+ "git" : {
160
+ "requireBranch" : " main"
161
+ },
162
+ "hooks" : {
163
+ "after:git:release" : " git push origin HEAD"
158
164
}
159
165
}
You can’t perform that action at this time.
0 commit comments