diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-11-03 18:00:59 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-11-03 18:00:59 -0500 |
commit | db4083651e48a957bd7ea21f58ba2d8dac8459ed (patch) | |
tree | 24a9db6eadd8dabbf6c37dfe73623384fb64e04f | |
parent | 6b324aa2299b4a476b7d44e3260e4dd0af6b7783 (diff) | |
download | jquery-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.json | 4 |
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": {}, |