Build: Update links to AUTHORS.txt and MIT-LICENSE.txt in package.json

This commit is contained in:
Scott González 2014-11-03 18:00:59 -05:00
parent 6b324aa229
commit db4083651e

View File

@ -6,7 +6,7 @@
"homepage": "http://jqueryui.com", "homepage": "http://jqueryui.com",
"author": { "author": {
"name": "jQuery Foundation and other contributors", "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": [ "maintainers": [
{ {
@ -38,7 +38,7 @@
"licenses": [ "licenses": [
{ {
"type": "MIT", "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": {}, "dependencies": {},