From a04b98d561651c267ad07e577960e393eca86567 Mon Sep 17 00:00:00 2001 From: Baris Aydinoglu Date: Thu, 3 Sep 2015 00:21:04 +0300 Subject: [PATCH] licence fix --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index c516b31..d3997c5 100644 --- a/package.json +++ b/package.json @@ -29,12 +29,7 @@ "bugs": { "url": "https://github.com/barisaydinoglu/Detectizr/issues" }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/barisaydinoglu/Detectizr/blob/master/MIT-LICENSE.txt" - } - ], + "license": "MIT", "directories": { "test": "test" },