diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-11-03 17:59:56 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-11-03 17:59:56 -0500 |
commit | 27a88c8094094b1cd52abe707b5b276d6199c3e7 (patch) | |
tree | 3bc67062d4617229cd99a40a70b6a90c6d5703ac | |
parent | 0231e5862b572aec74255ad34fd64dab03c2ffd2 (diff) | |
download | jquery-ui-27a88c8094094b1cd52abe707b5b276d6199c3e7.tar.gz jquery-ui-27a88c8094094b1cd52abe707b5b276d6199c3e7.zip |
Build: Update links to AUTHORS.txt and LICENSE.txt in package.json
-rw-r--r-- | package.json | 4 |
1 files 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": { |