From 54d6ccc0a2e1724c1630931a5458c627f1f42986 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 19 May 2015 21:55:28 +0200 Subject: [PATCH] Use license in package.json --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 18a0cfdd7..d6701da0e 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,7 @@ "bugs": { "url": "https://github.com/archiverjs/node-archiver/issues" }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT" - } - ], + "license": "MIT", "main": "lib/archiver.js", "files": [ "lib", @@ -61,4 +56,4 @@ "publishConfig": { "registry": "https://registry.npmjs.org/" } -} \ No newline at end of file +}