Skip to content

Commit b7663ea

Browse files
committed
Build: Point to files from the compat branch, not master
1 parent 9dfb9af commit b7663ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "http://jquery.com",
88
"author": {
99
"name": "jQuery Foundation and other contributors",
10-
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
10+
"url": "https://github.com/jquery/jquery/blob/compat/AUTHORS.txt"
1111
},
1212
"repository": {
1313
"type": "git",
@@ -25,7 +25,7 @@
2525
"licenses": [
2626
{
2727
"type": "MIT",
28-
"url": "https://github.com/jquery/jquery/blob/master/LICENSE.txt"
28+
"url": "https://github.com/jquery/jquery/blob/compat/LICENSE.txt"
2929
}
3030
],
3131
"dependencies": {},

0 commit comments

Comments
 (0)