From 2db2e1f083e49bf5c11e790026c2f60802e63840 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Thu, 21 May 2015 08:50:59 -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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 1d03b48..d914f96 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,7 @@ "type": "git" , "url": "https://github.com/twitter/hogan.js.git" } - , "licenses": [ - { "type": "Apache-2.0" - , "url": "http://www.apache.org/licenses/LICENSE-2.0" - } - ] + , "license": "Apache-2.0" , "dependencies" : { "nopt" : "1.0.10" , "mkdirp": "0.3.0"