From 1eebf50aa90e66923da721553abf053ab62fb6d6 Mon Sep 17 00:00:00 2001 From: =?utf8?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 (cherry picked from commit cd6c751b88313ac1fa2e0fb46d7668ca6ce0f4b1) --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 9ee9214d6..729a955c5 100644 --- a/package.json +++ b/package.json @@ -50,12 +50,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/1-11-stable/LICENSE.txt" - } - ], + "license": "MIT", "scripts": { "test": "grunt" }, -- 2.39.5