Skip to content

Commit b4fe767

Browse files
committed
📖 README
1 parent c39827a commit b4fe767

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
-->

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -155,5 +155,11 @@
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
}

0 commit comments

Comments
 (0)