Skip to content

Commit 5b8ad43

Browse files
authored
Merge pull request #493 from prettier-solidity/master-to-main
master-to-main
2 parents 4cebd9e + 996266c commit 5b8ad43

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
99
- '*'

HOW_TO_PUBLISH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```bash
44
nvm use
55

6-
git checkout master
6+
git checkout main
77

88
git pull
99

@@ -26,7 +26,7 @@ git commit -m 'bump version'
2626
git push
2727
```
2828

29-
- Once the PR is merged, then `git checkout master` and `git pull`
29+
- Once the PR is merged, then `git checkout main` and `git pull`
3030

3131
- Uncomment the first line of the `.npmrc` file and comment the second line
3232

src/loc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// see: https://github.com/prettier/prettier/blob/master/src/language-js/loc.js
1+
// see: https://github.com/prettier/prettier/blob/main/src/language-js/loc.js
22

33
function getRange(index, node) {
44
if (node.range) {

0 commit comments

Comments
 (0)