From f8db22feedad213f77d35ca4a9a72c39e7367aea Mon Sep 17 00:00:00 2001 From: ciaranj Date: Thu, 5 Jan 2017 09:21:27 +0000 Subject: [PATCH] Correctly specify the library's license --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 1a55533..50bb8c5 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,5 @@ , "scripts": { "test": "make test" } -, "licenses" : - [ { "type" : "MIT" - , "url" : "http://github.com/ciaranj/node-oauth/raw/master/LICENSE" - } - ] +, "license": "MIT" }