diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package.json b/package.json index d6dabf366..f4a5ee662 100644 --- a/package.json +++ b/package.json @@ -45,12 +45,7 @@ "url": "git://github.com/jquery/jquery-ui.git" }, "bugs": "http://bugs.jqueryui.com/", - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/jquery/jquery-ui/blob/master/LICENSE.txt" - } - ], + "license": "MIT", "scripts": { "test": "grunt" }, |