Skip to content

Commit 75d6bfc

Browse files
committed
Switch default branch from master to main
1 parent 6a2e08e commit 75d6bfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ npm run lint
4040
- Update the version number in `package.json`, following semver.
4141
- Make sure the documentation is up-to-date (`npm run build`)
4242
- Make a PR and squash merge it.
43-
- Back on master with the PR merged, use `npm publish`.
43+
- Back on main with the PR merged, use `npm publish`.
4444
- Head over to [https://www.npmjs.com/package/eslint-config-torchbox](https://www.npmjs.com/package/eslint-config-torchbox) and check that all is well.
4545
- Finally, go to GitHub and create tag then a release for the new version, with the corresponding CHANGELOG entry as content.
4646
- Done!

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [eslint-config-torchbox](https://www.npmjs.com/package/eslint-config-torchbox) [<img src="https://raw.githubusercontent.com/torchbox/eslint-config-torchbox/master/.github/eslint-logo.svg?sanitize=true" alt="ESLint" width="90" height="90" align="right">](https://eslint.org)
1+
# [eslint-config-torchbox](https://www.npmjs.com/package/eslint-config-torchbox) [<img src="https://raw.githubusercontent.com/torchbox/eslint-config-torchbox/main/.github/eslint-logo.svg?sanitize=true" alt="ESLint" width="90" height="90" align="right">](https://eslint.org)
22

3-
[![eslint-config-torchbox on npm](https://img.shields.io/npm/v/eslint-config-torchbox.svg)](https://www.npmjs.com/package/eslint-config-torchbox) [![Build Status](https://travis-ci.com/torchbox/eslint-config-torchbox.svg?branch=master)](https://travis-ci.com/torchbox/eslint-config-torchbox)
3+
[![eslint-config-torchbox on npm](https://img.shields.io/npm/v/eslint-config-torchbox.svg)](https://www.npmjs.com/package/eslint-config-torchbox) [![Build Status](https://travis-ci.com/torchbox/eslint-config-torchbox.svg?branch=main)](https://travis-ci.com/torchbox/eslint-config-torchbox)
44

55
> Shareable ESLint config following Torchbox’s code style.
66

0 commit comments

Comments
 (0)