From f32ac88b89b4ea8ace56547c72ac8ca5cf060a5e Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Tue, 19 May 2015 13:26:31 +0300 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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 7624198..1ec807f 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,7 @@ "web": "https://github.com/troygoode/" } ], - "licenses": [ - {"type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php"} - ], + "license": "MIT", "bugs": {"url": "https://github.com/troygoode/node-cors/issues"}, "main": "./lib/index.js", "engines": {