From cd6c751b88313ac1fa2e0fb46d7668ca6ce0f4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Zaefferer?= Date: Fri, 24 Jul 2015 16:16:14 +0200 Subject: [PATCH] Build: Update the licenses attribute to singular license Specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license --- package.json | 7 +------ 1 file changed, 1 insertion(+), 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" },