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
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
- next
8
8
pull_request :
9
9
branches :
10
- - master
10
+ - main
11
11
- next
12
12
13
13
permissions :
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
774
774
[ node-url ] : https://nodejs.org
775
775
[ tests ] : https://github.com/webpack/webpack-dev-middleware/workflows/webpack-dev-middleware/badge.svg
776
776
[ 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
778
778
[ cover-url ] : https://codecov.io/gh/webpack/webpack-dev-middleware
779
779
[ discussion ] : https://img.shields.io/github/discussions/webpack/webpack
780
780
[ discussion-url ] : https://github.com/webpack/webpack/discussions
Original file line number Diff line number Diff line change 23
23
" types"
24
24
],
25
25
"scripts" : {
26
- "commitlint" : " commitlint --from=master " ,
26
+ "commitlint" : " commitlint --from=main " ,
27
27
"security" : " npm audit --production" ,
28
28
"lint:prettier" : " prettier --cache --list-different ." ,
29
29
"lint:code" : " eslint --cache ." ,
You can’t perform that action at this time.
0 commit comments