diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-11-03 18:00:34 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-11-03 18:00:34 -0500 |
commit | 22efbf5843bae3c5d84fc30cda328391c5fa4aec (patch) | |
tree | 14b60c685355368f4c8e30a445fd8da8bdd16a7d | |
parent | c069f3dca84a542fe6ee8a3b0c30ba59f927de7a (diff) | |
download | jquery-ui-1-10-stable.tar.gz jquery-ui-1-10-stable.zip |
Build: Update links to AUTHORS.txt and LICENSE.txt in package.json1-10-stable
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 2e1ab88bf..b846fdf43 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-10-stable/AUTHORS.txt" }, "maintainers": [ { @@ -48,7 +48,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-10-stable/MIT-LICENSE.txt" } ], "scripts": { |