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