Skip to content

Commit 9b30902

Browse files
committed
fix: change semantic-release branch to main
1 parent 639ce3e commit 9b30902

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"prettier --write"
4040
]
4141
},
42+
"release": {
43+
"branches": [
44+
"main"
45+
]
46+
},
4247
"peerDependencies": {
4348
"prop-types": "^15.7.2",
4449
"react": "^16.8.3 || ^17.0.0",
@@ -102,4 +107,4 @@
102107
"url": "https://github.com/fbaiodias/react-video-recorder.git"
103108
},
104109
"license": "MIT"
105-
}
110+
}

0 commit comments

Comments
 (0)