From b7663eabcd4ff6f56724a3aa2a6b903e4816c208 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Mon, 3 Nov 2014 23:59:03 +0100 Subject: [PATCH] Build: Point to files from the compat branch, not master --- package.json | 4 ++-- 1 file 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": {}, -- 2.39.5