Skip to content

Commit

Permalink
chore: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
YanYuanFE committed Jul 14, 2021
1 parent 1178bf5 commit eb382bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/expo-app/Sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const Sign = ({onOK}) => {
ref={ref}
onOK={handleSignature}
webStyle={style}
backgroundColor={'rgba(255,255,255,0)'}
/>
<View style={styles.row}>
<Button
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"build": "npm publish",
"genlog": "conventional-changelog -p angular -i CHANGELOG.md -s"
"genlog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit eb382bd

Please sign in to comment.