Skip to content

Commit 0b3dc43

Browse files
chore: move from master to main branch (#1273) (#1274)
1 parent 1cdbb07 commit 0b3dc43

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: sass-loader
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- next
88
pull_request:
99
branches:
10-
- master
10+
- main
1111
- next
1212

1313
permissions:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ module.exports = {
886886
```
887887

888888
If you want to edit the original Sass files inside Chrome, [there's a good blog post](https://medium.com/@toolmantim/getting-started-with-css-sourcemaps-and-in-browser-sass-editing-b4daab987fb0).
889-
Checkout [test/sourceMap](https://github.com/webpack-contrib/sass-loader/tree/master/test) for a working example.
889+
Checkout [test/sourceMap](https://github.com/webpack-contrib/sass-loader/tree/main/test) for a working example.
890890

891891
## Contributing
892892

@@ -905,7 +905,7 @@ If you're new here, please take a moment to review our contributing guidelines b
905905
[node-url]: https://nodejs.org
906906
[tests]: https://github.com/webpack-contrib/sass-loader/workflows/sass-loader/badge.svg
907907
[tests-url]: https://github.com/webpack-contrib/sass-loader/actions
908-
[cover]: https://codecov.io/gh/webpack-contrib/sass-loader/branch/master/graph/badge.svg
908+
[cover]: https://codecov.io/gh/webpack-contrib/sass-loader/branch/main/graph/badge.svg
909909
[cover-url]: https://codecov.io/gh/webpack-contrib/sass-loader
910910
[discussion]: https://img.shields.io/github/discussions/webpack/webpack
911911
[discussion-url]: https://github.com/webpack/webpack/discussions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"clean": "del-cli dist",
2727
"prebuild": "npm run clean",
2828
"build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
29-
"commitlint": "commitlint --from=master",
29+
"commitlint": "commitlint --from=main",
3030
"security": "npm audit --production",
3131
"lint:prettier": "prettier --cache --list-different .",
3232
"lint:code": "eslint --cache .",

0 commit comments

Comments
 (0)