From ffda60eb522939ffb08321aacec92300d3240fc7 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Wed, 20 May 2015 16:22:19 -0700 Subject: [PATCH] Update license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index d6aa638..68af524 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,7 @@ "url": "http://driverdan.com" }, "keywords": ["xhr", "ajax"], - "licenses": [{ - "type": "MIT", - "url": "http://creativecommons.org/licenses/MIT/" - }], + "license": "MIT", "repository": { "type": "git", "url": "git://github.com/driverdan/node-XMLHttpRequest.git"