mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Rename the primary branch master
to main
Closes gh-1944
This commit is contained in:
parent
91b6fc3f08
commit
19c628675d
@ -53,10 +53,10 @@ cd jquery-ui
|
||||
git remote add upstream git://github.com/jquery/jquery-ui.git
|
||||
```
|
||||
|
||||
* Get in the habit of pulling in the "upstream" master to stay up to date as jQuery UI receives new commits.
|
||||
* Get in the habit of pulling in the "upstream" main branch to stay up to date as jQuery UI receives new commits.
|
||||
|
||||
```bash
|
||||
git pull upstream master
|
||||
git pull upstream main
|
||||
```
|
||||
|
||||
### Environment: Recommended Setup
|
||||
|
@ -6,7 +6,7 @@
|
||||
"homepage": "http://jqueryui.com",
|
||||
"author": {
|
||||
"name": "jQuery Foundation and other contributors",
|
||||
"url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
|
||||
"url": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt"
|
||||
},
|
||||
"main": "ui/widget.js",
|
||||
"maintainers": [
|
||||
|
Loading…
Reference in New Issue
Block a user