File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: webpack-dev-middleware
33on :
44 push :
55 branches :
6- - master
6+ - main
77 - next
88 pull_request :
99 branches :
10- - master
10+ - main
1111 - next
1212
1313permissions :
Original file line number Diff line number Diff line change @@ -774,7 +774,7 @@ Please take a moment to read our contributing guidelines if you haven't yet done
774774[ node-url ] : https://nodejs.org
775775[ tests ] : https://github.com/webpack/webpack-dev-middleware/workflows/webpack-dev-middleware/badge.svg
776776[ tests-url ] : https://github.com/webpack/webpack-dev-middleware/actions
777- [ cover ] : https://codecov.io/gh/webpack/webpack-dev-middleware/branch/master /graph/badge.svg
777+ [ cover ] : https://codecov.io/gh/webpack/webpack-dev-middleware/branch/main /graph/badge.svg
778778[ cover-url ] : https://codecov.io/gh/webpack/webpack-dev-middleware
779779[ discussion ] : https://img.shields.io/github/discussions/webpack/webpack
780780[ discussion-url ] : https://github.com/webpack/webpack/discussions
Original file line number Diff line number Diff line change 2323 " types"
2424 ],
2525 "scripts" : {
26- "commitlint" : " commitlint --from=master " ,
26+ "commitlint" : " commitlint --from=main " ,
2727 "security" : " npm audit --production" ,
2828 "lint:prettier" : " prettier --cache --list-different ." ,
2929 "lint:code" : " eslint --cache ." ,
You can’t perform that action at this time.
0 commit comments