diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-02-19 20:57:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 20:57:54 +0100 |
commit | 19c628675dadc714616af975969694267f3840df (patch) | |
tree | a774aa57df9ece3971e9c0d84a17d887e8336711 /package.json | |
parent | 91b6fc3f08a6256ebb8006f96661db163aa8b5bc (diff) | |
download | jquery-ui-19c628675dadc714616af975969694267f3840df.tar.gz jquery-ui-19c628675dadc714616af975969694267f3840df.zip |
Build: Rename the primary branch `master` to `main`
Closes gh-1944
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a5a992de4..063989f17 100644 --- a/package.json +++ b/package.json @@ -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": [ |