From: Scott González Date: Mon, 3 Nov 2014 23:00:59 +0000 (-0500) Subject: Build: Update links to AUTHORS.txt and MIT-LICENSE.txt in package.json X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1425%2Fhead;p=jquery-ui.git Build: Update links to AUTHORS.txt and MIT-LICENSE.txt in package.json --- 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": {},