From 9e6bf028ba0ceb7b7dbef705aed420b25e8c6260 Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Thu, 4 Feb 2016 13:34:53 -0800 Subject: [PATCH] Fix license field for Node --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 7282c94..1376f0d 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,7 @@ "bugs": { "url": "http://github.com/nfarina/homebridge/issues" }, - "licenses": [ - { - "type": "ISC", - "url": "http://github.com/nfarina/homebridge/blob/master/LICENSE" - } - ], + "license": "ISC", "bin": { "homebridge": "bin/homebridge" },