From db4083651e48a957bd7ea21f58ba2d8dac8459ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 3 Nov 2014 18:00:59 -0500 Subject: [PATCH] Build: Update links to AUTHORS.txt and MIT-LICENSE.txt in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e8c2b7661..59e9b1404 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/1-9-stable/AUTHORS.txt" }, "maintainers": [ { @@ -38,7 +38,7 @@ "licenses": [ { "type": "MIT", - "url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt" + "url": "https://github.com/jquery/jquery-ui/blob/1-9-stable/MIT-LICENSE.txt" } ], "dependencies": {}, -- 2.39.5