From 8e92e1ea3c533f3be82c99bbafaaf74b5bdedecc Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Tue, 19 May 2015 14:05:21 +0300 Subject: Build: Update the license attribute Specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ Fixes gh-2331 Closes gh-2330 --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index cbda85661..5c2ea7a73 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,7 @@ "bugs": { "url": "https://github.com/jquery/jquery/issues" }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/jquery/jquery/blob/master/LICENSE.txt" - } - ], + "license": "MIT", "dependencies": {}, "devDependencies": { "commitplease": "2.0.0", -- cgit v1.2.3