diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2014-11-03 23:59:03 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-11-03 23:59:03 +0100 |
commit | b7663eabcd4ff6f56724a3aa2a6b903e4816c208 (patch) | |
tree | 4ad38e9464ca047984c278a290daf9319b8ac987 /package.json | |
parent | 9dfb9af9624d5b7d03705d34e65b0a610193f192 (diff) | |
download | jquery-b7663eabcd4ff6f56724a3aa2a6b903e4816c208.tar.gz jquery-b7663eabcd4ff6f56724a3aa2a6b903e4816c208.zip |
Build: Point to files from the compat branch, not master
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index e86ca1628..6886737d8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "homepage": "http://jquery.com", "author": { "name": "jQuery Foundation and other contributors", - "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt" + "url": "https://github.com/jquery/jquery/blob/compat/AUTHORS.txt" }, "repository": { "type": "git", @@ -25,7 +25,7 @@ "licenses": [ { "type": "MIT", - "url": "https://github.com/jquery/jquery/blob/master/LICENSE.txt" + "url": "https://github.com/jquery/jquery/blob/compat/LICENSE.txt" } ], "dependencies": {}, |