aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-11-03 18:00:59 -0500
committerScott González <scott.gonzalez@gmail.com>2014-11-03 18:00:59 -0500
commitdb4083651e48a957bd7ea21f58ba2d8dac8459ed (patch)
tree24a9db6eadd8dabbf6c37dfe73623384fb64e04f
parent6b324aa2299b4a476b7d44e3260e4dd0af6b7783 (diff)
downloadjquery-ui-db4083651e48a957bd7ea21f58ba2d8dac8459ed.tar.gz
jquery-ui-db4083651e48a957bd7ea21f58ba2d8dac8459ed.zip
Build: Update links to AUTHORS.txt and MIT-LICENSE.txt in package.json
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
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": {},